mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
Monica
This commit is contained in:
parent
efa2f4a5e8
commit
0686cac613
4 changed files with 21 additions and 4 deletions
9
nixos/roles/monica-server.nix
Normal file
9
nixos/roles/monica-server.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
_: {
|
||||
services.monica = {
|
||||
enable = true;
|
||||
appURL = "https://monica.gensokyo.zone";
|
||||
nginx = {
|
||||
serverName = "monica.gensokyo.zone";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue