Compare commits
No commits in common. "189261c56f10df03617547d282c9ae9d42284757" and "d86b2faf8cce79690d9b4b58da69717b9ed2242d" have entirely different histories.
189261c56f
...
d86b2faf8c
2 changed files with 2 additions and 8 deletions
|
|
@ -25,7 +25,7 @@ in
|
||||||
discord
|
discord
|
||||||
# https://github.com/NixOS/nixpkgs/issues/427155
|
# https://github.com/NixOS/nixpkgs/issues/427155
|
||||||
# gimp-with-plugins
|
# gimp-with-plugins
|
||||||
# jellyfin-media-player
|
jellyfin-media-player
|
||||||
tor-browser
|
tor-browser
|
||||||
zoom-us
|
zoom-us
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -56,19 +56,13 @@ in
|
||||||
};
|
};
|
||||||
qenya.services.jellyfin = {
|
qenya.services.jellyfin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
domain = "tv.qenya.tel";
|
domain = "jellyfin.qenya.tel";
|
||||||
};
|
};
|
||||||
qenya.services.navidrome = {
|
qenya.services.navidrome = {
|
||||||
enable = true;
|
enable = true;
|
||||||
domain = "music.qenya.tel";
|
domain = "music.qenya.tel";
|
||||||
dataDir = "/srv/music";
|
dataDir = "/srv/music";
|
||||||
};
|
};
|
||||||
fountain.services.web-redirect = {
|
|
||||||
enable = true;
|
|
||||||
domains = {
|
|
||||||
"jellyfin.qenya.tel" = "tv.qenya.tel";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue