diff --git a/flake.nix b/flake.nix index e976b2c..178d877 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/hosts/h/default.nix b/hosts/h/default.nix index 831dc92..b04d640 100644 --- a/hosts/h/default.nix +++ b/hosts/h/default.nix @@ -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}";