added wishlist and more

This commit is contained in:
fwastring 2025-10-07 14:33:57 +02:00
parent 6aa4e31b67
commit 90c13a0728
8 changed files with 176 additions and 34 deletions

View file

@ -29,6 +29,7 @@ in
( modulesDirectory + /services/mpd )
( modulesDirectory + /services/actual )
( modulesDirectory + /services/forgejo )
( modulesDirectory + /services/wishlist )
];
sops.defaultSopsFile = ../../secrets/sops.yaml;
@ -42,6 +43,11 @@ in
mpd = {
enable = true;
};
wishlist = {
enable = true;
host = "127.0.0.1";
domain = "wish.wastring.com";
};
forgejo = {
enable = true;