builders: update update branch
Martin Weinelt committed
Jan 6, 2025 at 17:39 UTC
58a05581e3cab4f333dc24a4bc4365f44992a7e5
1 file changed
+1
-1
builders/common/update.nix
+1
-1
@@ -2,7 +2,7 @@
2
system.autoUpgrade = {
3
enable = true;
4
dates = "daily";
5
- flake = "git+https://github.com/nixos/infra.git?ref=master";
5
+ flake = "git+https://github.com/nixos/infra.git?ref=main";
6
allowReboot = true;
7
};
8
}