about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2023-02-20 21:39:14 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2023-02-20 21:39:14 +0100
commit37689a9bfa6b86e7fbe899d6efde9815c6abf2e4 (patch)
treead67798d167eb9c55cd2c3759cc635971fabe9bf /flake.nix
parentHosts: Add 'open' alias (diff)
downloadnixos-config-37689a9bfa6b86e7fbe899d6efde9815c6abf2e4.tar.gz
nixos-config-37689a9bfa6b86e7fbe899d6efde9815c6abf2e4.tar.bz2
nixos-config-37689a9bfa6b86e7fbe899d6efde9815c6abf2e4.zip
Flake: Set stateVersion in the hardware set
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
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 = [