h: fix forgotten env

This commit is contained in:
Aaron Bieber 2022-12-12 06:46:18 -07:00
parent 9b93a4a973
commit 446a566bf2
No known key found for this signature in database

View File

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