12 lines
255 B
Nix
12 lines
255 B
Nix
{
|
|
modules = [ ./configuration.nix ];
|
|
sopsKey = "b730b2bf54eb792a14bfd3e68c14c08894376c5f";
|
|
hostName = "picard";
|
|
publicHostname = "xyno.space";
|
|
# prometheusServer = true;
|
|
wg = {
|
|
pubKey = "";
|
|
server = true;
|
|
v4 = "10.13.12.1";
|
|
};
|
|
}
|