summaryrefslogtreecommitdiff
path: root/hosts/vidhar/default.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-04-29 09:49:35 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2025-04-29 09:49:35 +0200
commit6529a9248fae3e627ef85d2eaa29c68abc771efb (patch)
tree91ecc2ca1ea81feccf94c9959d885e489d3a7955 /hosts/vidhar/default.nix
parent5a04ad1378aa75a23810c9c2d43c8baf3ca43541 (diff)
downloadnixos-6529a9248fae3e627ef85d2eaa29c68abc771efb.tar
nixos-6529a9248fae3e627ef85d2eaa29c68abc771efb.tar.gz
nixos-6529a9248fae3e627ef85d2eaa29c68abc771efb.tar.bz2
nixos-6529a9248fae3e627ef85d2eaa29c68abc771efb.tar.xz
nixos-6529a9248fae3e627ef85d2eaa29c68abc771efb.zip
...
Diffstat (limited to 'hosts/vidhar/default.nix')
-rw-r--r--hosts/vidhar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 90ab40dd..1af9c5e0 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -387,7 +387,7 @@ with lib;
387 algorithm = "zstd"; 387 algorithm = "zstd";
388 }; 388 };
389 389
390 environment.systemPackages = with pkgs; [iotop vmtouch]; 390 environment.systemPackages = with pkgs; [iotop vmtouch inetutils];
391 391
392 systemd.sysusers.enable = false; 392 systemd.sysusers.enable = false;
393 system.stateVersion = "21.05"; 393 system.stateVersion = "21.05";