diff --git a/nixy/configuration.nix b/nixy/configuration.nix index d700c54..ae170a2 100644 --- a/nixy/configuration.nix +++ b/nixy/configuration.nix @@ -11,6 +11,10 @@ system.stateVersion = "23.05"; system.autoUpgrade.enable = false; + system.switch = { + enable = false; + enableNg = true; + }; sops = { age.sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"];