From: self Date: Mon, 26 Jun 2023 03:47:27 +0000 (-0700) Subject: add nix command to deployments X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=5a9db87ab30e824c0ec33efa78327ed07910361f;p=awful.systems.git add nix command to deployments --- diff --git a/hardware/shared.nix b/hardware/shared.nix index 06f498d..ecf8de3 100644 --- a/hardware/shared.nix +++ b/hardware/shared.nix @@ -17,5 +17,7 @@ environment.systemPackages = [ pkgs.ssh-to-age ]; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; + system.stateVersion = "22.05"; }