summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
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}