nix-configs/instances/theseus/default.nix
Lucy Hochkamp 0147729915
Some checks failed
ci/woodpecker/push/build-cache Pipeline failed
update
2025-10-23 16:28:39 +02:00

11 lines
239 B
Nix

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