This commit is contained in:
iFargle 2023-09-15 23:50:03 +09:00
parent 8e3ec13e96
commit afb3083e3b
2 changed files with 3 additions and 2 deletions

View file

@ -13,7 +13,8 @@ home-manager switch -b backup --flake /etc/nixos/git
![Gruv'd Hyprland](./screenshot.png "Hyprland with a Gruvboxy theme") ![Gruv'd Hyprland](./screenshot.png "Hyprland with a Gruvboxy theme")
--- ---
# To Do List # 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) * [ ] Look into Remote Builds - [Link](https://nixos.org/manual/nix/stable/advanced-topics/distributed-builds.html)
* [ ] Raspberry Pi 1: * [ ] Raspberry Pi 1:
* [ ] Set up Tailscale with pre-auth keys (services.tailscale.authKeyFile, add the key to secrets/secrets.yaml) * [ ] Set up Tailscale with pre-auth keys (services.tailscale.authKeyFile, add the key to secrets/secrets.yaml)

View file

@ -4,7 +4,7 @@
enable = true; enable = true;
interfaceName = "tailscale0"; interfaceName = "tailscale0";
extraUpFlags = [ extraUpFlags = [
"--login-server='https://headscale.sysctl.io'" "--login-server=https://headscale.sysctl.io"
"--accept-dns" "--accept-dns"
"--accept-routes" "--accept-routes"
]; ];