h: disable golink
This commit is contained in:
parent
51ebec3f9c
commit
44bfb2d1cb
@ -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";
|
||||
|
@ -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}";
|
||||
|
Loading…
Reference in New Issue
Block a user