aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.flake.nix.swpbin0 -> 16384 bytes
-rw-r--r--hosts/arrakis/services.nix2
2 files changed, 2 insertions, 0 deletions
diff --git a/.flake.nix.swp b/.flake.nix.swp
new file mode 100644
index 0000000..7577b7a
--- /dev/null
+++ b/.flake.nix.swp
Binary files differ
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;