nix-configs/instances/theseus/default.nix
Lucy Hochkamp fce1065120
All checks were successful
ci/woodpecker/push/build-cache Pipeline was successful
update
2025-10-23 16:20:45 +02:00

11 lines
239 B
Nix

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