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