[NixOS] Enable plex on biskcomp

This commit is contained in:
Ivan Malison 2023-08-04 03:28:38 +00:00
parent 8fa2188c68
commit 1b591931a1

View File

@ -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";