nix/module/RemoteBuilder.nix

7 lines
156 B
Nix
Raw Normal View History

2024-03-09 18:38:41 +03:00
{ ... }: {
2024-03-10 06:46:02 +03:00
# To apply: nix store sign --all -k /path/to/secret-key-file
2024-03-09 18:38:41 +03:00
nix.extraOptions = ''
secret-key-files = /root/.nixcache/secret-key-file
2024-03-09 18:38:41 +03:00
'';
}