Mailman backups

This commit is contained in:
Gonne 2024-03-31 20:28:40 +02:00
parent 67083126be
commit c5f641cabf
4 changed files with 82 additions and 6 deletions

View file

@ -18,4 +18,19 @@
networking.hostName = "lobon";
vmNetwork.ipv4 = "192.168.0.22";
system.stateVersion = "23.11";
sops.secrets = {
allowlistPass = {
sopsFile = ./allowlistPass.yaml;
owner = "mailman";
group = "mailman";
mode = "0400";
};
backupKey = {
sopsFile = ./backupKey.yaml;
owner = "root";
group = "root";
mode = "0400";
};
};
}