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
|
# 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/
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue