Add backup-helper to test host

This commit is contained in:
2024-06-03 00:10:28 +02:00
parent 1b8945ab20
commit 99e2282078
4 changed files with 36 additions and 23 deletions

View File

@@ -50,6 +50,18 @@
# Or disable the firewall altogether.
networking.firewall.enable = false;
# Secrets
# Backup helper
sops.secrets."backup_helper_secret" = { };
backup-helper = {
enable = true;
password-file = "/run/secrets/backup_helper_secret";
backup-dirs = [
"/etc/machine-id"
"/etc/os-release"
];
};
system.stateVersion = "23.11"; # Did you read the comment?
}