test
This commit is contained in:
parent
e291bc7405
commit
f2daa68b9f
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue