Commit eb8f259

HPCesia <me@hpcesia.com>
2026-05-03 11:53:32
refactor: den aspect - services/restic
den
1 parent ed9a431
Changed files (3)
modules
hosts
pardofelis
services
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;