Skip to content

Commit ae5a74a

Browse files
committed
DO NOT MERGE temporarily disable niks3
Signed-off-by: magic_rb <richard@brezak.sk>
1 parent e55fa50 commit ae5a74a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

nix/clan-module.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,13 +247,13 @@
247247
auth.authToken.file = config.clan.core.vars.generators."buildbot-nix-cachix".files."token".path;
248248
};
249249

250-
niks3 = lib.mkIf settings.niks3.enable {
251-
enable = true;
252-
inherit (settings.niks3) serverUrl;
250+
# niks3 = lib.mkIf settings.niks3.enable {
251+
# enable = true;
252+
# inherit (settings.niks3) serverUrl;
253253

254-
authTokenFile = config.clan.core.vars.generators.niks3-api-token.files."token".path;
255-
package = inputs.niks3.packages.${pkgs.system}.default;
256-
};
254+
# authTokenFile = config.clan.core.vars.generators.niks3-api-token.files."token".path;
255+
# package = inputs.niks3.packages.${pkgs.system}.default;
256+
# };
257257

258258
gitea = lib.mkIf settings.gitea.enable {
259259
enable = true;

0 commit comments

Comments
 (0)