From 721a7cefa2c56a1d49ff824ecaa4d0dada3cab8f Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 10 Jul 2021 16:47:48 +0200 Subject: [PATCH] boreal: enable tailscale --- hosts/boreal/default.nix | 5 +++++ 1 file changed, 5 insertions(+) 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";