diff options
author | Patryk Niedzwiedzinski <patryk@niedzwiedzinski.cyou> | 2024-09-29 15:19:16 +0200 |
---|---|---|
committer | Patryk Niedzwiedzinski <patryk@niedzwiedzinski.cyou> | 2024-09-29 15:19:16 +0200 |
commit | 540ec2a475a0db88833e3066acced0037f61737e (patch) | |
tree | 7fc5e9f0fef73352aff21871a89307b3a8690072 /machines/t14 | |
parent | c7e1998ce4421270c13b1dcafb585fc0c1ae1f3b (diff) | |
download | dots-540ec2a475a0db88833e3066acced0037f61737e.tar.gz dots-540ec2a475a0db88833e3066acced0037f61737e.zip |
7 current 2024-09-29 15:19:14 24.05.20240914.8f7492c 6.6.51 *
Diffstat (limited to 'machines/t14')
-rw-r--r-- | machines/t14/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/t14/configuration.nix b/machines/t14/configuration.nix index e62a816..07fe3fc 100644 --- a/machines/t14/configuration.nix +++ b/machines/t14/configuration.nix @@ -40,6 +40,7 @@ # Allow unfree packages nixpkgs.config.allowUnfree = true; nix.settings.experimental-features = [ "flakes" "nix-command" ]; + nix.optimise.automatic = true; # List packages installed in system profile. To search, run: # $ nix search wget |