switch to native nix-based media servers
This commit is contained in:
parent
68a56c55d2
commit
d36c537dc8
4 changed files with 86 additions and 89 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue