services: tailscale: move to service
This commit is contained in:
parent
3862992b76
commit
1d8750efed
4 changed files with 40 additions and 22 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue