h: where is my coffee?!

This commit is contained in:
Aaron Bieber 2022-12-12 06:47:23 -07:00
parent 446a566bf2
commit f543f1e7c9
No known key found for this signature in database

View File

@ -198,11 +198,11 @@ in {
services = {
gostart = {
enable = true;
envFile = "${config.sops.secrets.gostart.path}";
keyPath = "${config.sops.secrets.gostart.path}";
};
golink = {
enable = true;
keyFile = "${config.sops.secrets.golink.path}";
envFile = "${config.sops.secrets.golink.path}";
};
tsvnstat = {
enable = true;