aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-11-11 18:42:26 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-11-11 18:42:26 -0800
commit2b663c5115e8648df8c8be50e932ecbdd41b011b (patch)
tree32fdb1219432ac78a0c9492b3a96b50e9408bc6d /hosts
parentfb0fbd397fdb4b7424e021013dbc2130ec603f5c (diff)
downloadnix-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 'hosts')
-rw-r--r--hosts/arrakis/services.nix2
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;