feat(networking): initial tailscale configuration

This commit is contained in:
ooks-io 2024-04-23 00:02:23 +12:00
parent c69d38b598
commit f983f25a53
3 changed files with 68 additions and 0 deletions

View file

@ -18,6 +18,11 @@
gpu.type = "amd";
};
systemModules.networking.tailscale = {
enable = true;
client = true;
};
networking = {
hostName = "ooksdesk";
# useDHCP = true;