modules.system.nix: add mounted-ssh-store

This commit is contained in:
2025-04-30 16:09:17 +08:00
parent ed17582ab9
commit 3a3634f19d

View File

@@ -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 =