From e2dff4c1d1a2fec89d6a8ab64c508abd19bf4b52 Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 1 Oct 2025 11:40:02 +0300 Subject: [PATCH] 123 --- nixosConfigurations/hosts/server.nix | 4 ++++ 1 file changed, 4 insertions(+) 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;