diff --git a/hosts/common/optional/plex.nix b/hosts/common/optional/plex.nix new file mode 100644 index 0000000..15b3dbb --- /dev/null +++ b/hosts/common/optional/plex.nix @@ -0,0 +1,6 @@ +{...}: { + services.plex = { + enable = true; + openFirewall = true; + }; +} diff --git a/hosts/tatara/default.nix b/hosts/tatara/default.nix index c44cb10..688de2f 100644 --- a/hosts/tatara/default.nix +++ b/hosts/tatara/default.nix @@ -14,6 +14,7 @@ ../common/optional/docker.nix ../common/optional/nfs.nix + ../common/optional/plex.nix ]; # Bootloader