11 lines
239 B
Nix
11 lines
239 B
Nix
{
|
|
imports = [ ./configuration.nix ];
|
|
deployment = {
|
|
targetHost = null;
|
|
allowLocalDeployment = true;
|
|
};
|
|
xyno.meta.sopsKey = "4019fd893bba15618c2f93a38ef418ce360bc418";
|
|
xyno.services.wireguard = {
|
|
# pubKey = "";
|
|
};
|
|
}
|