Skip to content

Commit 6ca7533

Browse files
committed
test
1 parent 70515ea commit 6ca7533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/nixos/buildbot.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ in
2929
pollInterval = 1800;
3030
repositories = {
3131
"astro/microvm.nix" = {
32-
url = "https://github.com/astro/microvm.nix.git";
32+
url = "https://github.com/qowoz/microvm.nix.git";
3333
defaultBranch = "main";
3434
};
3535
};

modules/nixos/common/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
./security.nix
1414
./sops-nix.nix
1515
./telegraf.nix
16-
./update.nix
16+
#./update.nix
1717
./users.nix
1818
inputs.srvos.nixosModules.server
1919
];

0 commit comments

Comments
 (0)