diff --git a/README.md b/README.md index 5c2ad018..7ab77edb 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ home-manager switch -b backup --flake /etc/nixos/git ![Gruv'd Hyprland](./screenshot.png "Hyprland with a Gruvboxy theme") --- # To Do List -* [ ] Add copealnd-5g psk keys to secrets.yaml in a format that matches the Telegraf token +* [ ] Set up IP forwarding via sysctl + * Sep 15 14:48:33 nixos-rpi4-01 tailscaled-autoconnect-start[103336]: Warning: IP forwarding is disabled, subnet routing/exit nodes will not work. * [ ] Look into Remote Builds - [Link](https://nixos.org/manual/nix/stable/advanced-topics/distributed-builds.html) * [ ] Raspberry Pi 1: * [ ] Set up Tailscale with pre-auth keys (services.tailscale.authKeyFile, add the key to secrets/secrets.yaml) diff --git a/nixos/common/services/tailscale.nix b/nixos/common/services/tailscale.nix index 4127689f..c7c20720 100644 --- a/nixos/common/services/tailscale.nix +++ b/nixos/common/services/tailscale.nix @@ -4,7 +4,7 @@ enable = true; interfaceName = "tailscale0"; extraUpFlags = [ - "--login-server='https://headscale.sysctl.io'" + "--login-server=https://headscale.sysctl.io" "--accept-dns" "--accept-routes" ];