Skip to content

Commit af214ca

Browse files
committed
examples: update cachix
1 parent cdc9b3b commit af214ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/master.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@
6262

6363
# optional cachix
6464
#cachix = {
65+
# enabled = true;
6566
# name = "my-cachix";
6667
# # One of the following is required:
67-
# signingKeyFile = "/var/lib/secrets/cachix-key";
68-
# authTokenFile = "/var/lib/secrets/cachix-token";
68+
# auth.signingKey.file = "/var/lib/secrets/cachix-key";
69+
# auth.authToken.file = "/var/lib/secrets/cachix-token";
6970
#};
7071
};
7172

0 commit comments

Comments
 (0)