We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc9b3b commit af214caCopy full SHA for af214ca
examples/master.nix
@@ -62,10 +62,11 @@
62
63
# optional cachix
64
#cachix = {
65
+ # enabled = true;
66
# name = "my-cachix";
67
# # One of the following is required:
- # signingKeyFile = "/var/lib/secrets/cachix-key";
68
- # authTokenFile = "/var/lib/secrets/cachix-token";
+ # auth.signingKey.file = "/var/lib/secrets/cachix-key";
69
+ # auth.authToken.file = "/var/lib/secrets/cachix-token";
70
#};
71
};
72
0 commit comments