From 2b663c5115e8648df8c8be50e932ecbdd41b011b Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 11 Nov 2024 18:42:26 -0800 Subject: Enable experimental nix features in netboot image --- hosts/arrakis/services.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/arrakis') 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; -- cgit v1.2.3