h: disable golink

This commit is contained in:
Aaron Bieber 2023-09-20 09:50:24 -06:00
parent 51ebec3f9c
commit 44bfb2d1cb
No known key found for this signature in database
2 changed files with 9 additions and 9 deletions

View File

@ -37,7 +37,7 @@
};
gostart = {
url = "github:qbit/gostart";
inputs.nixpkgs.follows = "stable";
inputs.nixpkgs.follows = "unstable";
};
pr-status = {
url = "github:qbit/pr-status-pl";

View File

@ -125,10 +125,10 @@ in
sopsFile = config.xin-secrets.h.services;
owner = config.users.users.tsvnstat.name;
};
golink = {
sopsFile = config.xin-secrets.h.services;
owner = config.users.users.golink.name;
};
#golink = {
# sopsFile = config.xin-secrets.h.services;
# owner = config.users.users.golink.name;
#};
gostart = {
sopsFile = config.xin-secrets.h.services;
owner = config.users.users.gostart.name;
@ -311,10 +311,10 @@ in
enable = true;
keyPath = "${config.sops.secrets.gostart.path}";
};
golink = {
enable = true;
envFile = "${config.sops.secrets.golink.path}";
};
#golink = {
# enable = true;
# envFile = "${config.sops.secrets.golink.path}";
#};
tsvnstat = {
enable = true;
keyPath = "${config.sops.secrets.router_stats_ts_key.path}";