linde: use nixos-unstable-small channel for auto upgrades
Alan Pearce alan@alanpearce.eu
Sun, 12 May 2024 00:31:14 +0200
1 files changed, 2 insertions(+), 1 deletions(-)
jump to
M system/linde.nix → system/linde.nix
@@ -132,8 +132,9 @@ allowReboot = true; flake = "git+file://${config.services.gitolite.dataDir}/repositories/nixfiles.git"; flags = [ "--no-write-lock-file" - "--update-input" + "--override-input" "nixpkgs" + "github:NixOS/nixpkgs/nixos-unstable-small" ]; };