aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/arrakis
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/arrakis')
-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;