diff --git a/hosts/sakura/services/hedgedoc.nix b/hosts/sakura/services/hedgedoc.nix index 341bff5..66f03ba 100644 --- a/hosts/sakura/services/hedgedoc.nix +++ b/hosts/sakura/services/hedgedoc.nix @@ -4,6 +4,7 @@ _: { settings = { port = 3300; domain = "scratch.flake.sh"; + host = "100.121.201.47"; allowOrigin = ["scratch.flake.sh"]; allowAnonymous = true; allowFreeURL = true;