feat(tailscale): add tailscale

This commit is contained in:
Mohammad Rafiq 2025-02-27 08:28:54 +08:00
parent 9f03d3d9d1
commit 54f5244a8b

View file

@ -119,6 +119,7 @@
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh.enable = true; services.openssh.enable = true;
services.tailscale.enable = true;
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
@ -138,7 +139,7 @@
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether. # Or disable the firewall altogether.
# networking.firewall.enable = false; networking.firewall.enable = false;
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions