From f2d0ecbe6488d8ffbe311799ed8ada3d1bee45d9 Mon Sep 17 00:00:00 2001 From: FabricSoul Date: Sun, 8 Jun 2025 01:43:28 -0400 Subject: [PATCH] add: nfs config --- hosts/common/optional/plex.nix | 6 ++++++ hosts/tatara/default.nix | 1 + 2 files changed, 7 insertions(+) create mode 100644 hosts/common/optional/plex.nix 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