diff options
author | tv <tv@krebsco.de> | 2023-01-04 16:15:18 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-01-08 13:46:02 +0100 |
commit | a9f2a808a44dd6ac6029bd6478badfea451ba2f6 (patch) | |
tree | 357e14c01033460c1a07d48fde22747a2860285c /tv/2configs | |
parent | 09a74bc5313e75394803f5a7aea99a9cf51b1766 (diff) |
tv nix: auto-optimise-store via settings
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 9babb92..f780709 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -45,9 +45,7 @@ with import ./lib; } { - nix.extraOptions = '' - auto-optimise-store = true - ''; + nix.settings.auto-optimise-store = true; # TODO check if both are required: nix.settings.extra-sandbox-paths = [ |