Migrate Wallabag to container deployment

This commit is contained in:
2025-04-28 17:06:22 +02:00
parent 90b38fcf08
commit 42df5964f1
8 changed files with 38 additions and 33 deletions

View File

@@ -226,6 +226,8 @@ with pkgs;
owner = "acme";
group = "nginx";
};
secrets.wallabag.file = secrets/wallabag.age;
secrets.wallabag-postgres.file = secrets/wallabag-postgres.age;
identityPaths = [ "/etc/ssh/id_ed25519" ];
};