From 2099f547de0d1ee3ce9ac26fc7eb416324416157 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sun, 23 Feb 2025 00:44:14 +0800 Subject: [PATCH] feat(nixos): add tailscale to system config --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 38cc3d0..3f271fe 100644 --- a/configuration.nix +++ b/configuration.nix @@ -45,6 +45,8 @@ networking.networkmanager.enable = true; + services.tailscale.enable = true; + ############################## ### System ### ##############################