boreal: enable tailscale
This commit is contained in:
parent
e7d18c63c3
commit
721a7cefa2
1 changed files with 5 additions and 0 deletions
|
|
@ -32,6 +32,11 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.tailscale = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.unstable.tailscale;
|
||||||
|
};
|
||||||
|
|
||||||
networking.hostName = "boreal"; # Define your hostname.
|
networking.hostName = "boreal"; # Define your hostname.
|
||||||
networking.domain = "alarsyo.net";
|
networking.domain = "alarsyo.net";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue