examples: Fix typos in Cachix example

This commit is contained in:
Dionysis Grigoropoulos 2024-05-17 00:14:19 +03:00
parent 077a60a5d0
commit 67ba1db0ff
No known key found for this signature in database

View file

@ -59,8 +59,8 @@
#cachix = { #cachix = {
# name = "my-cachix"; # name = "my-cachix";
# # One of the following is required: # # One of the following is required:
# signingKey = "/var/lib/secrets/cachix-key"; # signingKeyFile = "/var/lib/secrets/cachix-key";
# authToken = "/var/lib/secrets/cachix-token"; # authTokenFile = "/var/lib/secrets/cachix-token";
#}; #};
}; };