test
All checks were successful
ssh-test / ssh-test (push) Successful in 22s

This commit is contained in:
iFargle 2023-12-25 11:11:24 +09:00
parent 61036717cb
commit db52fec3a3
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh
# Host Specific # Host Specific
## framework-server To Do List ## framework-server To Do List
* [ ] Fix Gotify notifications (Jellyfin) * [ ] Fix Gotify notifications (Jellyfin)
* [ ] Rehost PeerTube
* [ ] Add a /Storage btrfs subvolume for Docker * [ ] Add a /Storage btrfs subvolume for Docker
* [ ] Need to set up a new PGP key for use with ProtonMail * [ ] Need to set up a new PGP key for use with ProtonMail
* [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/ * [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/

View file

@ -15,7 +15,7 @@
name = "${hostname}"; name = "${hostname}";
labels = [ "native:host" "nixos" ]; labels = [ "native:host" "nixos" ];
url = "https://git.sysctl.io"; url = "https://git.sysctl.io";
tokenFile = "/run/secrets/services/forgejo_token"; tokenFile = /run/secrets/services/forgejo_token;
}; };
}; };
} }