Commit eb8f259
Changed files (3)
modules
hosts
pardofelis
services
services
restic
modules/hosts/pardofelis/services/default.nix
@@ -19,5 +19,7 @@ in {
})
<services/podman>
+
+ <services/restic>
];
}
modules/hosts/pardofelis/default.nix
@@ -47,7 +47,6 @@
"goatcounter"
"gokapi"
"homepage"
- "restic"
"vaultwarden"
"wakapi"
]
modules/services/restic/default.nix
@@ -1,5 +1,5 @@
{
- flake.modules.nixos."services/restic" = {config, ...}: {
+ den.aspects.services.provides.restic.nixos = {config, ...}: {
services.restic.backups."${config.networking.hostName}-backup" = {
initialize = true;
passwordFile = config.vaultix.secrets.restic-backup-password.path;