diff options
Diffstat (limited to 'machines')
-rw-r--r-- | machines/firelink.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/firelink.nix b/machines/firelink.nix index d987335..356a513 100644 --- a/machines/firelink.nix +++ b/machines/firelink.nix @@ -23,7 +23,7 @@ in { orbekk.rtc-wakeup.enable = true; # Don't run gc on startup. - systemd.services.nix-gc.serviceConfig.Persistent = false; + nix.gc.persistent = false; orbekk.simple-firewall.allowedTCPPorts = [ # pulseaudio |