fix: update domain

This commit is contained in:
qvalentin 2025-03-07 18:00:38 +01:00
parent d5ef607d5b
commit 32253fe7eb

View file

@ -15,7 +15,7 @@ in
nginxHostname = mkOption {
type = types.str;
default = "wormspace.filefighter.de";
default = "wormspace-demo.duckdns.org";
};
port = mkOption {
type = types.int;