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 | 2ad769ccdd46763a5b0bedc0bde5d905338575a6 (patch) | |
tree | 9e7633344a8eeebf9dcafb0a7cd2b7c5f15251d3 /tv/2configs/default.nix | |
parent | 1b1632dfb5cc363563e97a9b950a825b54cc8ece (diff) |
tv nix: auto-optimise-store via settings
Diffstat (limited to 'tv/2configs/default.nix')
-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 9babb92c2..f780709f0 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 = [ |