diff --git a/README.md b/README.md index a19e55e..79ebc66 100644 --- a/README.md +++ b/README.md @@ -149,4 +149,5 @@ The following instances integrated with Gitea: ## Get in touch -We have a matrix channel at [buildbot-nix](https://matrix.to/#/#buildbot-nix:thalheim.io). +We have a matrix channel at +[buildbot-nix](https://matrix.to/#/#buildbot-nix:thalheim.io). diff --git a/examples/master.nix b/examples/master.nix index f8fab53..4677af0 100644 --- a/examples/master.nix +++ b/examples/master.nix @@ -59,8 +59,8 @@ #cachix = { # name = "my-cachix"; # # One of the following is required: - # signingKey = "/var/lib/secrets/cachix-key"; - # authToken = "/var/lib/secrets/cachix-token"; + # signingKeyFile = "/var/lib/secrets/cachix-key"; + # authTokenFile = "/var/lib/secrets/cachix-token"; #}; };