diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix index 00c046f..6e1cb82 100644 --- a/flake.nix +++ b/flake.nix @@ -52,10 +52,10 @@ ]; hardwares = [ - { hardware = "laptop"; } - { hardware = "chromebook"; } - { hardware = "thinkpad"; } - { hardware = "virtualbox"; } + { hardware = "laptop"; stateVersion = "22.05"; } + { hardware = "chromebook"; stateVersion = "22.05"; } + { hardware = "thinkpad"; stateVersion = "22.05"; } + { hardware = "virtualbox"; stateVersion = "22.05"; } ]; systems = [ |