From 4c2eafaf81720edbd92435862963a013c332cfb6 Mon Sep 17 00:00:00 2001 From: qvalentin Date: Tue, 4 Mar 2025 20:48:37 +0100 Subject: [PATCH] fix: url --- nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos.nix b/nixos.nix index c6a0715..effff31 100644 --- a/nixos.nix +++ b/nixos.nix @@ -15,7 +15,7 @@ in nginxHostname = mkOption { type = types.str; - default = "wormspace.filefighte.de"; + default = "wormspace.filefighter.de"; }; port = mkOption { type = types.int;