big changes

This commit is contained in:
fwastring 2025-10-17 09:51:35 +02:00
parent ac9462c677
commit 51de7ef3a2
14 changed files with 481 additions and 105 deletions

View file

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