diff --git a/module/RemoteBuilder.nix b/module/RemoteBuilder.nix index 8cfb3f34..715d6ac8 100644 --- a/module/RemoteBuilder.nix +++ b/module/RemoteBuilder.nix @@ -1,7 +1,6 @@ { ... }: { - # To apply: nix sign-paths --all -k /path/to/secret-key-file + # To apply: nix store sign --all -k /path/to/secret-key-file nix.extraOptions = '' extra-secret-key-files = /root/.nixcache/secret-key-file - builders-use-substitutes = true ''; }