From 2aec98e5a3cfb302abd609861c0dafe8c1c0c62d Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sun, 10 Mar 2024 06:46:02 +0300 Subject: [PATCH] RemoteBuilder : Remove unneded config. --- module/RemoteBuilder.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ''; }