updated module directory structure

This commit is contained in:
2026-07-13 00:56:19 +10:00
parent c64e4ad7d5
commit 9fef163850
11 changed files with 10 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
services.tailscale.enable = true;
}
+12
View File
@@ -0,0 +1,12 @@
{ ... }:
{
services.tailscale = {
enable = true;
extraUpFlags = [
"--advertise-exit-node"
"--advertise-routes=192.168.2.0/24"
];
};
}