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
@@ -19,7 +19,10 @@ let
];
in
{
greg.tailscale.enable = true;
greg.tailscale = {
enable = true;
tags = [ "home" ];
};
# Really, why do I still have to force-disable this crap?
boot.kernel.sysctl = {