split up hopper lab configuration into multiple files
This commit is contained in:
parent
f077fbe3fd
commit
b69fbbcde9
14 changed files with 435 additions and 404 deletions
12
sys/machines/hopper/lab/jellyfin.nix
Normal file
12
sys/machines/hopper/lab/jellyfin.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
systemd.services.jellyfin.vpnConfinement = {
|
||||
enable = true;
|
||||
vpnNamespace = "wg";
|
||||
};
|
||||
services.jellyfin.enable = true;
|
||||
|
||||
services.restic.backups.hopper.paths = [
|
||||
"/var/lib/jellyfin/data"
|
||||
"/var/lib/jellyfin/config"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue