chore(emergency): commit everything to prepare for a reinstall

What happened? My system OOM'd, and now my entire system is broken.

I have to reinstall *everything*.
This commit is contained in:
Artur Manuel 2025-02-08 22:24:28 +00:00
commit 5b2a8031c2
5 changed files with 46 additions and 37 deletions

View file

@ -37,6 +37,9 @@
inputs.self.overlays.default
];
networking.hostName = host;
systemd.oomd = {
enableRootSlice = true;
};
};
})
];