mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:19:22 +08:00
modules.system.nix: add mounted-ssh-store
This commit is contained in:
@@ -31,7 +31,7 @@ inputs:
|
||||
nix.settings =
|
||||
{
|
||||
system-features = [ "big-parallel" "nixos-test" "benchmark" ];
|
||||
experimental-features = [ "nix-command" "flakes" "ca-derivations" ];
|
||||
experimental-features = [ "nix-command" "flakes" "ca-derivations" "mounted-ssh-store" ];
|
||||
keep-failed = true;
|
||||
max-substitution-jobs = 4;
|
||||
trusted-public-keys =
|
||||
|
||||
Reference in New Issue
Block a user