diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-11-11 18:42:26 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-11-11 18:42:26 -0800 |
commit | 2b663c5115e8648df8c8be50e932ecbdd41b011b (patch) | |
tree | 32fdb1219432ac78a0c9492b3a96b50e9408bc6d /hosts/arrakis/services.nix | |
parent | fb0fbd397fdb4b7424e021013dbc2130ec603f5c (diff) | |
download | nix-2b663c5115e8648df8c8be50e932ecbdd41b011b.tar nix-2b663c5115e8648df8c8be50e932ecbdd41b011b.tar.gz nix-2b663c5115e8648df8c8be50e932ecbdd41b011b.tar.bz2 nix-2b663c5115e8648df8c8be50e932ecbdd41b011b.tar.lz nix-2b663c5115e8648df8c8be50e932ecbdd41b011b.tar.xz nix-2b663c5115e8648df8c8be50e932ecbdd41b011b.tar.zst nix-2b663c5115e8648df8c8be50e932ecbdd41b011b.zip |
Enable experimental nix features in netboot image
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; |