all repos — nixfiles @ 6322fde2efd61bbac7c2a37c69680cf34267ca5c

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

linde: re-enable flake input updates

Alan Pearce
commit

6322fde2efd61bbac7c2a37c69680cf34267ca5c

parent

6188cfcbc2b65d8787f6ffe4040280c979679296

2 files changed, 12 insertions(+), 0 deletions(-)

changed files
M system/linde.nixsystem/linde.nix
@@ -131,6 +131,17 @@ dates = "02:10";
randomizedDelaySec = "59 min"; allowReboot = true; flake = "git+file://${config.services.gitolite.dataDir}/repositories/nixfiles.git?submodules=1"; + flags = [ + "--no-write-lock-file" + "--update-input" + "srvos" + "--update-input" + "nixpkgs" + "--update-input" + "searchix" + "--update-input" + "elgit" + ]; }; services.nix-serve = {
M system/settings/configuration/nix-linux.nixsystem/settings/configuration/nix-linux.nix
@@ -18,6 +18,7 @@ nixpkgs.config.allowUnfree = true;
services.angrr.enableNixGcIntegration = true; + system.rebuild.enableNg = false; system.autoUpgrade = { enable = true; };