From 1b591931a14ea32082c82c638b64155a02f9d901 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 4 Aug 2023 03:28:38 +0000 Subject: [PATCH] [NixOS] Enable plex on biskcomp --- nixos/machines/biskcomp.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/nixos/machines/biskcomp.nix b/nixos/machines/biskcomp.nix index 9c6b76ab..2f54200e 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -4,13 +4,14 @@ ../raspberry-pi.nix ../base.nix ../syncthing.nix - # ../desktop.nix + ../desktop.nix + ../code.nix # ../xmonad.nix ]; - services.xrdp.enable = true; - services.xrdp.defaultWindowManager = "startplasma-x11"; - networking.firewall.allowedTCPPorts = [ 3389 ]; + services.plex = { + enable = true; + }; fileSystems."/" = { device = "/dev/disk/by-label/NIXOS_SD";