test
This commit is contained in:
parent
f2daa68b9f
commit
6f0ae1cf45
2 changed files with 4 additions and 3 deletions
|
@ -18,6 +18,8 @@
|
|||
autorun = true;
|
||||
desktopManager.xfce.enable = true;
|
||||
};
|
||||
|
||||
servics.xrdp.defaultWindowManager = "xfce4-session";
|
||||
|
||||
# environment.systemPackages = with pkgs; [ ];
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ hostname, username, desktop, tailscalekey, ... }: {
|
||||
{ desktop, ... }: {
|
||||
imports = [
|
||||
../../common/desktops/${desktop}
|
||||
../common/software/packages.nix
|
||||
../../common/software/packages.nix
|
||||
];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 3389 ];
|
||||
|
@ -9,6 +9,5 @@
|
|||
services.xrdp = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
defaultWindowManager = "xfce4-session";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue