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