mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Backup nextcloud to backblaze using restic
This commit is contained in:
parent
3b4022d233
commit
4168626450
4 changed files with 76 additions and 6 deletions
|
|
@ -7,7 +7,10 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
imports = [ ./email-server.nix ];
|
||||
imports = [
|
||||
./email-server.nix
|
||||
./backup.nix
|
||||
];
|
||||
|
||||
sops.secrets."nextcloud/admin-password" = {
|
||||
owner = config.users.users.nextcloud.name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue