mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
9 lines
No EOL
161 B
Nix
9 lines
No EOL
161 B
Nix
_: {
|
|
services.monica = {
|
|
enable = true;
|
|
appURL = "https://monica.gensokyo.zone";
|
|
nginx = {
|
|
serverName = "monica.gensokyo.zone";
|
|
};
|
|
};
|
|
} |