diff --git a/hosts/boreal/default.nix b/hosts/boreal/default.nix index 36546c7..3ccfe73 100644 --- a/hosts/boreal/default.nix +++ b/hosts/boreal/default.nix @@ -32,6 +32,11 @@ in }; }; + services.tailscale = { + enable = true; + package = pkgs.unstable.tailscale; + }; + networking.hostName = "boreal"; # Define your hostname. networking.domain = "alarsyo.net";