all repos — nixfiles @ cd81a9cb3a15713ba1741c3e945afc915d6f993f

System and user configuration, managed by nix and home-manager

linde: use common nix configuration

Alan Pearce
commit

cd81a9cb3a15713ba1741c3e945afc915d6f993f

parent

8ba8be40043f6a2e28effa0c02d61938764dd141

1 file changed, 1 insertion(+), 10 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -25,6 +25,7 @@ [
# Include the results of the hardware scan. ./linde-hardware.nix + ./settings/configuration/nix.nix ./settings/services/git-server.nix ]; age.secrets = {
@@ -110,20 +111,10 @@ ];
}; nix = { - daemonCPUSchedPolicy = "batch"; - daemonIOSchedPriority = 6; settings = { max-jobs = 2; auto-optimise-store = true; trusted-users = [ "root" "nixremote" ]; - experimental-features = [ "nix-command" "flakes" ]; - substituters = [ - "https://nix-community.cachix.org" - ]; - - trusted-public-keys = [ - "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - ]; }; gc = { automatic = true;