feat(nixos): add tailscale to system config

This commit is contained in:
Mohammad Rafiq 2025-02-23 00:44:14 +08:00
parent a29c56e3bc
commit 2099f547de

View file

@ -45,6 +45,8 @@
networking.networkmanager.enable = true;
services.tailscale.enable = true;
##############################
### System ###
##############################