This commit is contained in:
albert 2024-03-20 14:18:00 +09:00
parent 48e8048d04
commit d63e93a172
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -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 = {