fix(nix): add minimal tailscale configuration
This commit is contained in:
parent
e573bb1a13
commit
66239b9b29
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
|||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
networking.firewall.allowedUDPPorts = [ config.services.tailscale.port ];
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
@ -155,6 +156,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
home-manager.users.priime = { pkgs, ... }: { imports = [ ./home.nix ]; };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue