diff --git a/README.md b/README.md index fcbfb9c7..75e2d219 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh # Host Specific ## framework-server To Do List * [ ] Fix Gotify notifications (Jellyfin) +* [ ] Rehost PeerTube * [ ] Add a /Storage btrfs subvolume for Docker * [ ] Need to set up a new PGP key for use with ProtonMail * [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/ diff --git a/nixos/common/services/forgejo-runner.nix b/nixos/common/services/forgejo-runner.nix index 10b7bcdf..08c133e0 100644 --- a/nixos/common/services/forgejo-runner.nix +++ b/nixos/common/services/forgejo-runner.nix @@ -15,7 +15,7 @@ name = "${hostname}"; labels = [ "native:host" "nixos" ]; url = "https://git.sysctl.io"; - tokenFile = "/run/secrets/services/forgejo_token"; + tokenFile = /run/secrets/services/forgejo_token; }; }; } \ No newline at end of file