Add tags to tailscale nodes

This commit is contained in:
Greg Hellings
2025-11-16 22:34:22 -06:00
parent 53e431f4ee
commit 1165917832
9 changed files with 72 additions and 10 deletions
+4 -1
View File
@@ -59,7 +59,10 @@ in
dest = "gitlab";
};
home = true;
tailscale.enable = true;
tailscale = {
enable = true;
tags = [ "home" ];
};
};
networking = {