Enable restic
backups
This commit is contained in:
parent
31056ba23a
commit
106a9c3630
27 changed files with 396 additions and 304 deletions
|
@ -111,6 +111,7 @@
|
|||
"hercules-ci-secrets-json".owner = "hercules-ci-agent";
|
||||
"git-workspace-tokens".owner = "ccr";
|
||||
"autistici-password".owner = "ccr";
|
||||
"restic-hetzner-password" = {};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -132,6 +133,7 @@
|
|||
"cachix-personal-token".owner = "ccr";
|
||||
"home-planimetry".owner = "hass";
|
||||
"cloudflare-dyndns-api-token" = {};
|
||||
"restic-hetzner-password" = {};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
"printing"
|
||||
"pam"
|
||||
"wireguard-client"
|
||||
"restic"
|
||||
"binfmt"
|
||||
]
|
||||
++ [
|
||||
./disko.nix
|
||||
|
@ -60,6 +62,7 @@
|
|||
"digikam"
|
||||
];
|
||||
extraGroups = [];
|
||||
backupPaths = [];
|
||||
};
|
||||
|
||||
boot.kernelParams = ["ip=dhcp"];
|
||||
|
|
|
@ -17,14 +17,14 @@
|
|||
# "nextcloud"
|
||||
"home-assistant"
|
||||
# "immich"
|
||||
# "adguard-home"
|
||||
# "mount-hetzner-box"
|
||||
"adguard-home"
|
||||
"cloudflare-dyndns"
|
||||
"rock5b-proxy"
|
||||
"invidious"
|
||||
"searx"
|
||||
"rock5b-samba"
|
||||
"paperless"
|
||||
"restic"
|
||||
]
|
||||
++ [
|
||||
./disko.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue