boreal: enable tailscale

This commit is contained in:
Antoine Martin 2021-07-10 16:47:48 +02:00
parent e7d18c63c3
commit 721a7cefa2

View file

@ -32,6 +32,11 @@ in
};
};
services.tailscale = {
enable = true;
package = pkgs.unstable.tailscale;
};
networking.hostName = "boreal"; # Define your hostname.
networking.domain = "alarsyo.net";