Compare commits

..

No commits in common. "189261c56f10df03617547d282c9ae9d42284757" and "d86b2faf8cce79690d9b4b58da69717b9ed2242d" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View file

@ -25,7 +25,7 @@ in
discord
# https://github.com/NixOS/nixpkgs/issues/427155
# gimp-with-plugins
# jellyfin-media-player
jellyfin-media-player
tor-browser
zoom-us

View file

@ -56,19 +56,13 @@ in
};
qenya.services.jellyfin = {
enable = true;
domain = "tv.qenya.tel";
domain = "jellyfin.qenya.tel";
};
qenya.services.navidrome = {
enable = true;
domain = "music.qenya.tel";
dataDir = "/srv/music";
};
fountain.services.web-redirect = {
enable = true;
domains = {
"jellyfin.qenya.tel" = "tv.qenya.tel";
};
};
system.stateVersion = "24.05";