mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat(oci): add
This commit is contained in:
parent
7f6562ea70
commit
1e79f4f23c
29 changed files with 308 additions and 34 deletions
|
|
@ -6,9 +6,11 @@
|
|||
};
|
||||
services.monica = {
|
||||
enable = true;
|
||||
hostname = "monica.kittywit.ch";
|
||||
appURL = "https://monica.kittywit.ch";
|
||||
appKeyFile = config.sops.secrets.monica_appkey.path;
|
||||
nginx = {
|
||||
serverName = "monica.kittywit.ch";
|
||||
serverAliases = [
|
||||
"monica.kittywit.ch"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue