mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
configed backup and removed redundant keys
This commit is contained in:
parent
5db04c8210
commit
570a321e53
6 changed files with 111 additions and 115 deletions
|
|
@ -8,6 +8,18 @@
|
|||
nginx.enable = true;
|
||||
forgejo.enable = true;
|
||||
frigate.enable = false;
|
||||
|
||||
backup = {
|
||||
enable = true;
|
||||
recipients = [
|
||||
# TODO: Add your age recipients
|
||||
# "${config.user.keys.age.yubikey}"
|
||||
# "${config.user.keys.ssh.desktop}"
|
||||
];
|
||||
destination = "gdrive:backups/server"; # TODO: configure rclone remote
|
||||
schedule = "daily";
|
||||
keepLast = 7;
|
||||
};
|
||||
};
|
||||
|
||||
users.users = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue