1
0
Fork 0

leoncloud: disable nix.settings.auto-optimise-store

This commit is contained in:
Astro 2022-09-23 21:57:20 +02:00
parent 09107b9065
commit 0f05c39007
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ zentralwerk, config, pkgs, ... }:
{ zentralwerk, config, lib, pkgs, ... }:
let
netConfig = zentralwerk.lib.config.site.net.serv;
@ -21,7 +21,7 @@ in
} ];
};
nix.settings.auto-optimise-store = lib.mkForce false;
c3d2.deployment = {
server = "server9";