[NixOS] Enable plex on biskcomp
This commit is contained in:
parent
8fa2188c68
commit
1b591931a1
@ -4,13 +4,14 @@
|
|||||||
../raspberry-pi.nix
|
../raspberry-pi.nix
|
||||||
../base.nix
|
../base.nix
|
||||||
../syncthing.nix
|
../syncthing.nix
|
||||||
# ../desktop.nix
|
../desktop.nix
|
||||||
|
../code.nix
|
||||||
# ../xmonad.nix
|
# ../xmonad.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
services.xrdp.enable = true;
|
services.plex = {
|
||||||
services.xrdp.defaultWindowManager = "startplasma-x11";
|
enable = true;
|
||||||
networking.firewall.allowedTCPPorts = [ 3389 ];
|
};
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-label/NIXOS_SD";
|
device = "/dev/disk/by-label/NIXOS_SD";
|
||||||
|
Loading…
Reference in New Issue
Block a user