snowflake/hosts/sakura/services/hedgedoc.nix
notohh 3800484509
Some checks reported warnings
/ check (push) Has been cancelled
hedgedoc: bind host
2023-10-07 11:16:44 -04:00

16 lines
370 B
Nix

_: {
services.hedgedoc = {
enable = true;
settings = {
port = 3300;
domain = "scratch.flake.sh";
host = "100.121.201.47";
allowOrigin = ["scratch.flake.sh"];
allowAnonymous = true;
allowFreeURL = true;
allowEmailRegister = false;
dbURL = "postgres://hedgedoc:hedgedoc@192.168.1.211:5432/hedgedoc";
};
};
}