boreal: enable tailscale
This commit is contained in:
parent
e7d18c63c3
commit
721a7cefa2
|
@ -32,6 +32,11 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.tailscale;
|
||||
};
|
||||
|
||||
networking.hostName = "boreal"; # Define your hostname.
|
||||
networking.domain = "alarsyo.net";
|
||||
|
||||
|
|
Loading…
Reference in a new issue