modules/c3d2: remove nix.settings.auto-optimise-store

doesn't work with writableStoreOverlay
This commit is contained in:
Astro 2022-11-21 19:41:25 +01:00
parent 203cf88662
commit 4cf2b62ebe
1 changed files with 0 additions and 1 deletions

View File

@ -383,7 +383,6 @@ in
nix = {
settings = {
auto-optimise-store = true;
trusted-public-keys = lib.mkIf (config.networking.hostName != "hydra") [
(builtins.readFile ../hosts/hydra/cache-pub.key)
];