This commit is contained in:
parent
61036717cb
commit
db52fec3a3
2 changed files with 2 additions and 1 deletions
|
@ -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/
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue