all repos — nixfiles @ ae3927d2109a29884eab046c427bd92ac1e76917

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

linde: use nixos-unstable-small channel for auto upgrades

Alan Pearce
commit

ae3927d2109a29884eab046c427bd92ac1e76917

parent

7a2ea007f72cae876363f76304ed57c156dd5cdd

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M system/linde.nixsystem/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" ]; };