summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/default.nix2
1 files changed, 2 insertions, 0 deletions
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}