forked from Fediversity/Fediversity
mv to forgejo-ci
This commit is contained in:
parent
f0f7959896
commit
029d98b191
3 changed files with 4 additions and 9 deletions
|
@ -17,10 +17,4 @@
|
||||||
gateway = "2a00:51c0:13:1305::1";
|
gateway = "2a00:51c0:13:1305::1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixos.module = {
|
|
||||||
imports = [
|
|
||||||
../forgejo-ci/woodpecker.nix
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,6 +40,7 @@ in
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./forgejo-actions-runner.nix
|
./forgejo-actions-runner.nix
|
||||||
|
./woodpecker.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.cpu.intel.updateMicrocode = mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
|
|
@ -33,8 +33,8 @@ concatMapAttrs
|
||||||
wiki-basicauth-htpasswd = [ vm02187 ];
|
wiki-basicauth-htpasswd = [ vm02187 ];
|
||||||
wiki-password = [ vm02187 ];
|
wiki-password = [ vm02187 ];
|
||||||
wiki-smtp-password = [ vm02187 ];
|
wiki-smtp-password = [ vm02187 ];
|
||||||
woodpecker-gitea-client = [ fedi203 ];
|
woodpecker-gitea-client = [ forgejo-ci ];
|
||||||
woodpecker-gitea-secret = [ fedi203 ];
|
woodpecker-gitea-secret = [ forgejo-ci ];
|
||||||
woodpecker-agent-container = [ fedi203 ];
|
woodpecker-agent-container = [ forgejo-ci ];
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue