Compare commits

..

2 commits

Author SHA1 Message Date
RingOfStorms (Joshua Bell)
72edbbb0b4 update h001 lock 2025-04-29 14:40:26 -05:00
RingOfStorms (Joshua Bell)
e924f78b06 remove no logs arg on tailscale up 2025-04-29 14:40:14 -05:00
2 changed files with 9 additions and 12 deletions

View file

@ -36,16 +36,13 @@ in
enable = true; enable = true;
openFirewall = true; openFirewall = true;
useRoutingFeatures = "client"; useRoutingFeatures = "client";
authKeyFile = lib.mkIf ( # authKeyFile = lib.mkIf (
config ? age && config.age ? secrets && config.age.secrets ? headscale_auth # config ? age && config.age ? secrets && config.age.secrets ? headscale_auth
) config.age.secrets.headscale_auth.path; # ) config.age.secrets.headscale_auth.path;
# https://tailscale.com/kb/1241/tailscale-up # https://tailscale.com/kb/1241/tailscale-up
extraUpFlags = extraUpFlags =
[ (lib.optionals cfg.useHeadscale [
"--no-logs-support" "--login-server=\"https://headscale.joshuabell.xyz\""
]
++ (lib.optionals cfg.useHeadscale [
"--login-server=https://headscale.joshuabell.xyz"
]) ])
++ (lib.optionals cfg.enableExitNode [ "--advertise-exit-node" ]); ++ (lib.optionals cfg.enableExitNode [ "--advertise-exit-node" ]);

8
hosts/h001/flake.lock generated
View file

@ -32,11 +32,11 @@
"ragenix": "ragenix" "ragenix": "ragenix"
}, },
"locked": { "locked": {
"lastModified": 1745953767, "lastModified": 1745954032,
"narHash": "sha256-77d+pGc6MeAx7xE5lVQ3hhZPw3cgXhdAYax79RDpjFI=", "narHash": "sha256-E9sjXCLc9uvDbBhyi2oOEgtqcC8YRRLhTVr57fP6GoE=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "9622f1c21448159914bea931c1440d7849abad39", "rev": "95ecff0f1cb7b756ec76bd825c8e12b4388c3c14",
"revCount": 415, "revCount": 417,
"type": "git", "type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles" "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
}, },