update
This commit is contained in:
parent
33ee2f5760
commit
f7afa33a13
14 changed files with 319 additions and 178 deletions
|
|
@ -1,12 +1,11 @@
|
|||
{
|
||||
sopsKey = "fada7e7be28e186e463ad745a38d17f36849d8a7";
|
||||
modules = [ ./configuration.nix ];
|
||||
hostName = "ds9";
|
||||
publicHostname = "ds9.hailsatan.eu";
|
||||
prometheusServer = true;
|
||||
wg = {
|
||||
pubKey = "aZvSeAhKG3B5I2My5IqQoSlntMzbCHM6OU92WEScohc=";
|
||||
# server = true;
|
||||
# v4 = "10.13.12.1";
|
||||
imports = [ ./configuration.nix ];
|
||||
xyno.services.monitoring.prometheusServer = true;
|
||||
xyno.meta = {
|
||||
sopsKey = "fada7e7be28e186e463ad745a38d17f36849d8a7";
|
||||
};
|
||||
xyno.services.wireguard.pubKey = "aZvSeAhKG3B5I2My5IqQoSlntMzbCHM6OU92WEScohc=";
|
||||
deployment = {
|
||||
targetHost = "ds9.hailsatan.eu";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
{
|
||||
modules = [ ./configuration.nix ];
|
||||
sopsKey = "b730b2bf54eb792a14bfd3e68c14c08894376c5f";
|
||||
hostName = "picard";
|
||||
publicHostname = "xyno.space";
|
||||
# prometheusServer = true;
|
||||
wg = {
|
||||
imports = [ ./configuration.nix ];
|
||||
xyno.meta.sopsKey = "b730b2bf54eb792a14bfd3e68c14c08894376c5f";
|
||||
deployment.targetHost = "xyno.space";
|
||||
xyno.services.wireguard = {
|
||||
pubKey = "7JcdTbWfsyGWhJM1Rk9Y4xZVLPHcTmoG/Ne/AFCYKFs=";
|
||||
server = true;
|
||||
v4 = "10.13.12.1";
|
||||
|
|
|
|||
|
|
@ -1,8 +1,11 @@
|
|||
{
|
||||
modules = [ ./configuration.nix ];
|
||||
hostName = "theseus";
|
||||
sopsKey = "4019fd893bba15618c2f93a38ef418ce360bc418";
|
||||
wg = {
|
||||
pubKey = "";
|
||||
imports = [ ./configuration.nix ];
|
||||
deployment = {
|
||||
targetHost = null;
|
||||
allowLocalDeployment = true;
|
||||
};
|
||||
xyno.meta.sopsKey = "4019fd893bba15618c2f93a38ef418ce360bc418";
|
||||
xyno.services.wireguard = {
|
||||
# pubKey = "";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue