Compare commits
2 Commits
0b7f25e017
...
db61a104ff
Author | SHA1 | Date | |
---|---|---|---|
db61a104ff | |||
128f2360c7 |
@ -26,7 +26,7 @@
|
||||
networking.nameservers = [ "2001:638:904:ffcc::3" "2001:638:904:ffcc::4" "141.24.40.3" "141.24.40.4" ];
|
||||
|
||||
nix = {
|
||||
settings.allowed-uris = "http: https: github:";
|
||||
settings.allowed-uris = "http: https: git+https: github:";
|
||||
distributedBuilds = true;
|
||||
buildMachines = [
|
||||
{
|
||||
|
@ -26,7 +26,7 @@
|
||||
networking.nameservers = [ "2001:638:904:ffcc::3" "2001:638:904:ffcc::4" "141.24.40.3" "141.24.40.4" ];
|
||||
|
||||
# Allow Hydra to fetch remote URLs in restricted mode
|
||||
nix.settings.allowed-uris = "http: https: github:";
|
||||
nix.settings.allowed-uris = "http: https: git+https: github:";
|
||||
|
||||
services.openssh.settings= {
|
||||
PermitRootLogin = "yes";
|
||||
|
@ -57,7 +57,7 @@ rec {
|
||||
|
||||
generateColmenaHost = name: hostSystem: {
|
||||
deployment = {
|
||||
targetHost = "${name}.net.clerie.de";
|
||||
targetHost = hostSystem.config.networking.fqdn;
|
||||
targetUser = null;
|
||||
tags = let
|
||||
group = nixpkgs.lib.attrByPath [ "clerie" "monitoring" "serviceLevel" ] null hostSystem.config;
|
||||
|
Loading…
Reference in New Issue
Block a user