From bb08649f2e1111469f67cbc7c8938ebd7e810982 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Wed, 15 Oct 2025 09:24:21 +0000 Subject: [PATCH] nix: update modules to refer to .org Signed-off-by: oppiliappan --- nix/modules/knot.nix | 4 ++-- nix/modules/spindle.nix | 4 ++-- 2 file(s) changed, 4 insertion(s)(+), 4 deletion(s)(-) diff --git a/nix/modules/knot.nix b/nix/modules/knot.nix --- a/nix/modules/knot.nix +++ b/nix/modules/knot.nix @@ -22,7 +22,7 @@ appviewEndpoint = mkOption { type = types.str; - default = "https://tangled.sh"; + default = "https://tangled.org"; description = "Appview endpoint"; }; @@ -107,7 +107,7 @@ hostname = mkOption { type = types.str; - example = "knot.tangled.sh"; + example = "my.knot.com"; description = "Hostname for the server (required)"; }; diff --git a/nix/modules/spindle.nix b/nix/modules/spindle.nix --- a/nix/modules/spindle.nix +++ b/nix/modules/spindle.nix @@ -33,7 +33,7 @@ hostname = mkOption { type = types.str; - example = "spindle.tangled.sh"; + example = "my.spindle.com"; description = "Hostname for the server (required)"; }; @@ -92,7 +92,7 @@ pipelines = { nixery = mkOption { type = types.str; - default = "nixery.tangled.sh"; + default = "nixery.tangled.sh"; # note: this is *not* on tangled.org yet description = "Nixery instance to use"; }; -- tangled.sh