]> Untitled Git - awful.systems.git/commitdiff
add nix command to deployments
authorself <self@awful.systems>
Mon, 26 Jun 2023 03:47:27 +0000 (20:47 -0700)
committerself <self@awful.systems>
Mon, 26 Jun 2023 03:47:27 +0000 (20:47 -0700)
hardware/shared.nix

index 06f498d469caf3fd5caa0e59f696c05a32925dd8..ecf8de3e23dfac46d849a4442cdf2a4c5d853564 100644 (file)
@@ -17,5 +17,7 @@
 
   environment.systemPackages = [ pkgs.ssh-to-age ];
 
+  nix.settings.experimental-features = [ "nix-command" "flakes" ];
+
   system.stateVersion = "22.05";
 }