diff --git a/nixos.nix b/nixos.nix index b0013c2..925b8a3 100644 --- a/nixos.nix +++ b/nixos.nix @@ -15,7 +15,7 @@ in nginxHostname = mkOption { type = types.str; - default = "wormspace.filefighter.de"; + default = "wormspace-demo.duckdns.org"; }; port = mkOption { type = types.int;