feat(networking): initial tailscale configuration
This commit is contained in:
parent
c69d38b598
commit
f983f25a53
3 changed files with 68 additions and 0 deletions
|
|
@ -18,6 +18,11 @@
|
|||
gpu.type = "amd";
|
||||
};
|
||||
|
||||
systemModules.networking.tailscale = {
|
||||
enable = true;
|
||||
client = true;
|
||||
};
|
||||
|
||||
networking = {
|
||||
hostName = "ooksdesk";
|
||||
# useDHCP = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue