switch to native nix-based media servers

This commit is contained in:
Yan Lin 2025-11-27 19:41:39 +01:00
parent 68a56c55d2
commit d36c537dc8
4 changed files with 86 additions and 89 deletions

View file

@ -10,6 +10,7 @@
../../../modules/borg/client.nix
../../../modules/login-display.nix
../../../modules/samba.nix
../../../modules/media-server.nix
];
# Automatic container updates
@ -274,4 +275,13 @@
user = "yanlin";
};
# Media server services
services.media-server = {
user = "yanlin";
sonarr.enable = true;
radarr.enable = true;
jellyfin.enable = true;
deluge.enable = true;
};
}