feat: add plex config
This commit is contained in:
parent
b42f97bbec
commit
d2db7cd863
2 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
./hardware/ledger.nix
|
||||
./system
|
||||
./desktop
|
||||
# ./plex.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
7
plex.nix
Normal file
7
plex.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.plex.enable = true;
|
||||
services.plex.openFirewall = true;
|
||||
services.plex.user = "felschr";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue