commit b0c6b09797b056af5ab015d58684ce72fd0bfb08
parent 15056e3cc1206eec6f8c4cc5076f12d5f32fd81b
Author: Vincent Demeester <vincent@sbr.pm>
Date: Thu, 25 Nov 2021 16:55:45 +0100
systems/modules: fix builder module…
Set a path that is more visible and change the mode to be working.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/systems/modules/profiles/builder.nix b/systems/modules/profiles/builder.nix
@@ -20,6 +20,8 @@ in
nix.distributedBuilds = true;
sops.secrets.builder = {
sopsFile = ../../../secrets/builder.yaml;
+ mode = "600";
+ path = "/etc/nix/builder.key";
};
nix.buildMachines = (filter isCurrentHost