nixfiles/nixos/roles/monica-server.nix
2023-08-20 14:08:11 -07:00

9 lines
No EOL
161 B
Nix

_: {
services.monica = {
enable = true;
appURL = "https://monica.gensokyo.zone";
nginx = {
serverName = "monica.gensokyo.zone";
};
};
}