update
Some checks failed
ci/woodpecker/push/build-cache Pipeline failed
ci/woodpecker/cron/dependency-pr Pipeline was successful

This commit is contained in:
Lucy Hochkamp 2025-10-23 16:20:45 +02:00
parent 33ee2f5760
commit f7afa33a13
No known key found for this signature in database
14 changed files with 319 additions and 178 deletions

View file

@ -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 = "";
};
}