From 32253fe7eb571dd702fbdb0589462007b27d0510 Mon Sep 17 00:00:00 2001 From: qvalentin Date: Fri, 7 Mar 2025 18:00:38 +0100 Subject: [PATCH] fix: update domain --- nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;