diff options
| author | Fuwn <[email protected]> | 2024-09-01 20:19:11 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-01 20:19:11 -0700 |
| commit | 0d0c04f4e9c169630688d06defa14570a3cfbb32 (patch) | |
| tree | 74e5c4c4587360580894f9c8eded0088d9af5d88 /modules/nix.nix | |
| parent | hi (diff) | |
| download | nixos-config-0d0c04f4e9c169630688d06defa14570a3cfbb32.tar.xz nixos-config-0d0c04f4e9c169630688d06defa14570a3cfbb32.zip | |
format
Diffstat (limited to 'modules/nix.nix')
| -rw-r--r-- | modules/nix.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/nix.nix b/modules/nix.nix index 943606d..1c3a435 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -1,4 +1,5 @@ -{ config, ... }: { +{ config, ... }: +{ nix = { settings = { auto-optimise-store = true; |