Add Jellyfin
This commit is contained in:
parent
dc68d74b17
commit
81ddbfa7df
|
@ -25,6 +25,10 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
./jellyfin.nix
|
||||||
|
];
|
||||||
|
|
||||||
swapDeviceUUID = "a7c628ab-c5cb-4094-89d0-19b153fbead4";
|
swapDeviceUUID = "a7c628ab-c5cb-4094-89d0-19b153fbead4";
|
||||||
|
|
||||||
server.networking.enableSSH = true;
|
server.networking.enableSSH = true;
|
||||||
|
|
6
configurations/camelot/jellyfin.nix
Normal file
6
configurations/camelot/jellyfin.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
services.jellyfin.enable = true;
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
8096
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue