dosei: proxyjump through microbel instead of drolsum
This commit is contained in:
@@ -24,7 +24,11 @@ let # http://www.pvv.ntnu.no/pvv/Maskiner
|
|||||||
"isvegg"
|
"isvegg"
|
||||||
"knutsen"
|
"knutsen"
|
||||||
"kommode"
|
"kommode"
|
||||||
[ "microbel" "pvv-users" "pvv-mail" ]
|
{
|
||||||
|
names = [ "microbel" "pvv-users" "pvv-mail" ];
|
||||||
|
proxyJump = lib.mkDefault null;
|
||||||
|
addressFamily = "inet";
|
||||||
|
}
|
||||||
"orchid"
|
"orchid"
|
||||||
"shark"
|
"shark"
|
||||||
"tallulah"
|
"tallulah"
|
||||||
@@ -62,7 +66,7 @@ let # http://www.pvv.ntnu.no/pvv/Maskiner
|
|||||||
name = builtins.concatStringsSep " " names;
|
name = builtins.concatStringsSep " " names;
|
||||||
value = overrideIfNotExists {
|
value = overrideIfNotExists {
|
||||||
hostname = "${builtins.head names}.pvv.ntnu.no";
|
hostname = "${builtins.head names}.pvv.ntnu.no";
|
||||||
proxyJump = "pvv";
|
proxyJump = "microbel";
|
||||||
addressFamily = "inet";
|
addressFamily = "inet";
|
||||||
} (builtins.removeAttrs orig ["names"]);
|
} (builtins.removeAttrs orig ["names"]);
|
||||||
};
|
};
|
||||||
@@ -78,7 +82,7 @@ in
|
|||||||
user = "gitea";
|
user = "gitea";
|
||||||
addressFamily = "inet";
|
addressFamily = "inet";
|
||||||
port = 2222;
|
port = 2222;
|
||||||
proxyJump = "pvv";
|
proxyJump = "microbel";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
@@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
"hildring pvv-login".proxyJump = "tsuki-ws";
|
"hildring pvv-login".proxyJump = "tsuki-ws";
|
||||||
"drolsum pvv-login2 pvv".proxyJump = "tsuki-ws";
|
"drolsum pvv-login2 pvv".proxyJump = "tsuki-ws";
|
||||||
|
"microbel pvv-users pvv-mail".proxyJump = "tsuki-ws";
|
||||||
};
|
};
|
||||||
|
|
||||||
sops.secrets."git/nordicsemi-maintenance-repos-config" = { };
|
sops.secrets."git/nordicsemi-maintenance-repos-config" = { };
|
||||||
|
Reference in New Issue
Block a user