projects
/
awful.systems.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c34b578
)
add nix command to deployments
author
self
<self@awful.systems>
Mon, 26 Jun 2023 03:47:27 +0000
(20:47 -0700)
committer
self
<self@awful.systems>
Mon, 26 Jun 2023 03:47:27 +0000
(20:47 -0700)
hardware/shared.nix
patch
|
blob
|
history
diff --git
a/hardware/shared.nix
b/hardware/shared.nix
index 06f498d469caf3fd5caa0e59f696c05a32925dd8..ecf8de3e23dfac46d849a4442cdf2a4c5d853564 100644
(file)
--- 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";
}