diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-04 09:09:04 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-04 09:09:04 +0530 |
| commit | afc881115fb5e2883001f50b1f9cf95c495dfdb5 (patch) | |
| tree | ed2e7d40dafd834bdfd8772de389e39e1f75802f /nixos/configuration.nix | |
| parent | b3dfa08b4b627b62388cc2c395ae29ba248df673 (diff) | |
optimize
Diffstat (limited to 'nixos/configuration.nix')
| -rw-r--r-- | nixos/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 8044d8e..b3c0c45 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -28,6 +28,7 @@ dates = "weekly"; options = "--delete-older-than 7d"; }; + nix.optimise.automatic = true; networking.hostName = hostname; networking.networkmanager.enable = true; |
