fix(repo): repair stuff broken by alqages

This commit is contained in:
Artur Manuel 2025-02-11 17:17:28 +00:00
commit 33583e6200
9 changed files with 73 additions and 72 deletions

View file

@ -33,9 +33,6 @@
rebs = "nixos-rebuild --use-remote-sudo switch --flake .#${host}";
rebt = "nixos-rebuild --use-remote-sudo test --flake .#${host}";
};
nixpkgs.overlays = [
inputs.self.overlays.default
];
networking.hostName = host;
systemd.oomd = {
enableRootSlice = true;