diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-04-29 09:49:35 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-04-29 09:49:35 +0200 |
| commit | 6529a9248fae3e627ef85d2eaa29c68abc771efb (patch) | |
| tree | 91ecc2ca1ea81feccf94c9959d885e489d3a7955 /hosts/vidhar/default.nix | |
| parent | 5a04ad1378aa75a23810c9c2d43c8baf3ca43541 (diff) | |
| download | nixos-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.nix | 2 |
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"; |
