summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 1c60ed22..4565b00c 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -387,6 +387,13 @@ with lib;
387 387
388 environment.systemPackages = with pkgs; [iotop vmtouch]; 388 environment.systemPackages = with pkgs; [iotop vmtouch];
389 389
390 programs.ccache = {
391 enable = true;
392 packageNames = [
393 "linux"
394 ];
395 };
396
390 systemd.sysusers.enable = false; 397 systemd.sysusers.enable = false;
391 system.stateVersion = "21.05"; 398 system.stateVersion = "21.05";
392 }; 399 };