diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/arrakis/services.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix index ea270a4..bbea27d 100644 --- a/hosts/arrakis/services.nix +++ b/hosts/arrakis/services.nix @@ -94,6 +94,8 @@ imports = [ (modulesPath + "/installer/netboot/netboot-minimal.nix") ]; config = { + nix.settings.experimental-features = [ "nix-command" "flakes" ]; + services.openssh = { enable = true; openFirewall = true; |