We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70515ea commit 6ca7533Copy full SHA for 6ca7533
modules/nixos/buildbot.nix
@@ -29,7 +29,7 @@ in
29
pollInterval = 1800;
30
repositories = {
31
"astro/microvm.nix" = {
32
- url = "https://github.com/astro/microvm.nix.git";
+ url = "https://github.com/qowoz/microvm.nix.git";
33
defaultBranch = "main";
34
};
35
modules/nixos/common/default.nix
@@ -13,7 +13,7 @@
13
./security.nix
14
./sops-nix.nix
15
./telegraf.nix
16
- ./update.nix
+ #./update.nix
17
./users.nix
18
inputs.srvos.nixosModules.server
19
];
0 commit comments