test
This commit is contained in:
parent
48e8048d04
commit
d63e93a172
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ ... }: {
|
{ username, stateVersion... }: {
|
||||||
networking.firewall.allowedTCPPorts = [ 3390 ];
|
networking.firewall.allowedTCPPorts = [ 3390 ];
|
||||||
|
|
||||||
containers.rdesktop = {
|
containers.rdesktop = {
|
||||||
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../common/desktops/xfce
|
../common/desktops/xfce
|
||||||
|
../users/${username}
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
|
|
Loading…
Reference in a new issue