This commit is contained in:
mjallen18
2026-03-24 14:41:22 -05:00
parent 4cc58ab381
commit 84eb2e3734
11 changed files with 799 additions and 48 deletions

View File

@@ -87,6 +87,10 @@ in
enable = true;
port = 8181;
apiKey = config.sops.secrets."jallen-nas/crowdsec-capi".path;
ntfy = {
enable = true;
envFile = config.sops.templates."ntfy.env".path;
};
};
dispatcharr = {
enable = false;
@@ -208,7 +212,7 @@ in
smtpPort = 1025;
imapPort = 1143;
};
restic = {
restic-server = {
enable = true;
port = 8008;
};