diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index 1a9e5be..e29c03a 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -55,6 +55,7 @@ }; # Enable networking networking.networkmanager.enable = true; + services.tailscale.enable = true; # Set your time zone. time.timeZone = "Europe/London";