From ea74e2bfe1fbeb6a698cada384e7e2116f7183aa Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Mon, 10 Feb 2025 13:46:08 +0000 Subject: [PATCH] enable tailscale --- hosts/gabbielaptop/configuration.nix | 1 + 1 file changed, 1 insertion(+) 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";