feat(ooksmedia): enable tailscale module

This commit is contained in:
ooks-io 2024-04-23 00:03:55 +12:00
parent f983f25a53
commit 7a6f932740

View file

@ -19,6 +19,11 @@
gpu.type = "nvidia"; gpu.type = "nvidia";
}; };
systemModules.networking.tailscale = {
enable = true;
server = true;
};
networking = { networking = {
hostName = "ooksmedia"; hostName = "ooksmedia";
# useDHCP = true; # useDHCP = true;