pull/1/head
Stef Dunlap 8 months ago
parent 53a2638ec2
commit 33a866943f
  1. 11
      conf/rdp_server.nix
  2. 2
      conf/workstation.nix
  3. 3
      flake.nix

@ -0,0 +1,11 @@
{ config, lib, pkgs, ... }:
{
services.xserver.enable = true;
services.xserver.displayManager.sddm.enable = true;
services.xserver.desktopManager.plasma5.enable = true;
services.xrdp.enable = true;
services.xrdp.defaultWindowManager = "startplasma-x11";
networking.firewall.allowedTCPPorts = [ 3389 ];
}

@ -100,7 +100,9 @@
killall
python3Full
qutebrowser
remmina
sops
tigervnc
trash-cli
libreoffice-qt
libsForQt5.sonnet

@ -123,7 +123,8 @@
./conf/workstation.nix
./box/revenge.nix
./app/k3s.nix
./conf/1710_k8s.nix
./conf/1710_k8s.nix
./conf/rdp_server.nix
home-manager.nixosModules.home-manager {
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;

Loading…
Cancel
Save