fmt: a bit of a cleanup
This commit is contained in:
parent
3a28291933
commit
6412a53070
12 changed files with 75 additions and 49 deletions
|
@ -87,13 +87,10 @@
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
services.skynet_backup = {
|
||||
normal.backups = [
|
||||
"/var/vmail"
|
||||
"/var/dkim"
|
||||
];
|
||||
host = { ip = cfg.host.ip; name = cfg.host.name; };
|
||||
};
|
||||
services.skynet_backup.normal.backups = [
|
||||
"/var/vmail"
|
||||
"/var/dkim"
|
||||
];
|
||||
|
||||
age.secrets.ldap_pw.file = ../secrets/ldap/pw.age;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue