diff options
| author | Michael Hoang <enzime@users.noreply.github.com> | 2024-11-04 13:40:00 +1100 |
|---|---|---|
| committer | Michael Hoang <enzime@users.noreply.github.com> | 2024-11-07 11:41:51 +1100 |
| commit | dd48cbd7766baba246f0b2e2bd42baf67e0005d6 (patch) | |
| tree | e55ed6b89339cde7e4107d9113efc4130f8003ef /modules/examples | |
| parent | 56ac6182d3fcb449db620fac0658eedd56aa1597 (diff) | |
examples: fix evaluation
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/hydra.nix | 2 | ||||
| -rw-r--r-- | modules/examples/lnl.nix | 4 |
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; } |
