diff --git a/nixosConfigurations/hosts/server.nix b/nixosConfigurations/hosts/server.nix index 6095ee4..13e39c3 100755 --- a/nixosConfigurations/hosts/server.nix +++ b/nixosConfigurations/hosts/server.nix @@ -66,6 +66,10 @@ let }; }; + systemd.tmpfiles.rules = [ + "z /mnt/services 0755 root root -" + ]; + services = { power-profiles-daemon.enable = lib.mkForce false; earlyoom.enable = true;