This commit is contained in:
albert 2024-03-21 22:44:15 +09:00
parent e291bc7405
commit f2daa68b9f
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -1,6 +1,7 @@
{ hostname, username, desktop, tailscalekey, ... }: { { hostname, username, desktop, tailscalekey, ... }: {
imports = [ imports = [
../../common/desktops/${desktop} ../../common/desktops/${desktop}
../common/software/packages.nix
]; ];
networking.firewall.allowedTCPPorts = [ 3389 ]; networking.firewall.allowedTCPPorts = [ 3389 ];