summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/hydra.nix2
-rw-r--r--modules/examples/lnl.nix4
2 files changed, 4 insertions, 2 deletions
diff --git a/modules/examples/hydra.nix b/modules/examples/hydra.nix
index 3160498..edbb029 100644
--- a/modules/examples/hydra.nix
+++ b/modules/examples/hydra.nix
@@ -53,4 +53,6 @@ in
chown hydra:hydra ~hydra ~hydra/.ssh ~hydra/.ssh/authorized_keys
echo "ok"
'';
+
+ system.stateVersion = 5;
}
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix
index d944158..f264e1a 100644
--- a/modules/examples/lnl.nix
+++ b/modules/examples/lnl.nix
@@ -50,13 +50,11 @@
pkgs.gnupg
pkgs.htop
pkgs.jq
- pkgs.mosh
pkgs.ripgrep
pkgs.shellcheck
pkgs.vault
pkgs.qes
- pkgs.darwin-zsh-completions
];
services.yabai.enable = true;
@@ -331,4 +329,6 @@
nix.configureBuildUsers = true;
nix.nrBuildUsers = 32;
+
+ system.stateVersion = 5;
}