diff options
-rw-r--r-- | fleet/hosts/trieste/web.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fleet/hosts/trieste/web.nix b/fleet/hosts/trieste/web.nix index 9b7752b..63d59d8 100644 --- a/fleet/hosts/trieste/web.nix +++ b/fleet/hosts/trieste/web.nix @@ -19,8 +19,10 @@ services.caddy.extraConfig = '' unfathomable.blue { import common - respond / "the depths await" - error 404 + route { + respond / "the depths await" + error 404 + } } ripple.unfathomable.blue { |