added wishlist and more
This commit is contained in:
parent
6aa4e31b67
commit
90c13a0728
8 changed files with 176 additions and 34 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue