update vnc.nix

This commit is contained in:
waveringana 2025-06-11 20:23:59 -04:00
parent 822c9b62bf
commit eb628e5a74
2 changed files with 3 additions and 3 deletions

View file

@ -2,8 +2,8 @@
{ {
services.xserver.enable = true; services.xserver.enable = true;
services.xserver.displayManager.sddm.enable = true; services.displayManager.sddm.enable = true;
services.xserver.desktopManager.plasma5.enable = true; services.desktopManager.plasma6.enable = true;
services.xrdp.enable = true; services.xrdp.enable = true;
services.xrdp.defaultWindowManager = "startplasma-x11"; services.xrdp.defaultWindowManager = "startplasma-x11";

View file

@ -6,7 +6,7 @@
# Host-specific hardware # Host-specific hardware
./hardware.nix ./hardware.nix
./secrets.nix ./secrets.nix
#./vfio.nix ./vfio.nix
# Common modules shared across hosts # Common modules shared across hosts
../../common/system.nix ../../common/system.nix