summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-05-10 14:23:04 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2022-05-10 14:23:04 +0200
commit4f08f21232e31a31d76752f010c7b43b8f5e608f (patch)
tree17e4169a3c9c944876d1efb1d18d1dda402538b1 /hosts
parent14ae91f05b3e165fa39bdde619ca1fd6a2cfb49d (diff)
downloadnixos-4f08f21232e31a31d76752f010c7b43b8f5e608f.tar
nixos-4f08f21232e31a31d76752f010c7b43b8f5e608f.tar.gz
nixos-4f08f21232e31a31d76752f010c7b43b8f5e608f.tar.bz2
nixos-4f08f21232e31a31d76752f010c7b43b8f5e608f.tar.xz
nixos-4f08f21232e31a31d76752f010c7b43b8f5e608f.zip
bump
Diffstat (limited to 'hosts')
-rw-r--r--hosts/surtr/default.nix2
-rw-r--r--hosts/vidhar/default.nix2
2 files changed, 4 insertions, 0 deletions
diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix
index cb452df3..ff93e0e5 100644
--- a/hosts/surtr/default.nix
+++ b/hosts/surtr/default.nix
@@ -150,5 +150,7 @@
150 }; 150 };
151 stateful = true; 151 stateful = true;
152 }; 152 };
153
154 system.stateVersion = "20.09";
153 }; 155 };
154} 156}
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index d8f9cdb4..121cc9df 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -312,5 +312,7 @@
312 }; 312 };
313 313
314 environment.systemPackages = with pkgs; [iotop vmtouch]; 314 environment.systemPackages = with pkgs; [iotop vmtouch];
315
316 system.stateVersion = "21.05";
315 }; 317 };
316} 318}