services: tailscale: move to service

This commit is contained in:
Antoine Martin 2021-07-13 23:48:41 +02:00
parent 3862992b76
commit 1d8750efed
4 changed files with 40 additions and 22 deletions

View file

@ -32,11 +32,6 @@ in
};
};
services.tailscale = {
enable = true;
package = pkgs.unstable.tailscale;
};
networking.hostName = "boreal"; # Define your hostname.
networking.domain = "alarsyo.net";
@ -87,6 +82,8 @@ in
pipewire.enable = true;
tailscale.enable = true;
wireguard = {
enable = false;
iface = "wg";