Compare commits

...

2 commits

Author SHA1 Message Date
7799bda982
feat: added Shay
All checks were successful
Build_Deploy / linter (push) Successful in 6s
Build_Deploy / build (push) Successful in 14s
Build_Deploy / deploy_dns (push) Successful in 53s
Build_Deploy / deploy_active (active) (push) Successful in 48s
Build_Deploy / deploy_active (active-core) (push) Successful in 1m26s
Build_Deploy / deploy_active (active-ext) (push) Successful in 30s
2024-11-08 18:24:13 +00:00
af1535b7dc
fix: backup of all teh email dirs was causing conjection issues 2024-11-08 18:23:16 +00:00
2 changed files with 5 additions and 1 deletions

View file

@ -202,7 +202,7 @@ in {
config = mkIf cfg.enable {
services.skynet.backup.normal.backups = [
"/var/vmail"
#"/var/vmail"
"/var/dkim"
];

View file

@ -66,6 +66,10 @@ in {
"amymucko"
"archiedms"
]
# Committee - SISTEM
++ [
"peace"
]
# Admins are part of Committee as well
++ cfg.admin
);