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