Compare commits
4 commits
f27ed627ff
...
2b806582b5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b806582b5 | ||
|
|
ff6f15d2e3 | ||
| 572d2f09ae | |||
|
|
2bb91dff9b |
2 changed files with 6 additions and 4 deletions
|
|
@ -17,9 +17,13 @@ in
|
|||
users.groups.remotebuild = {};
|
||||
|
||||
nix.settings.extra-trusted-users = [ "remotebuild" ];
|
||||
nix.settings.extra-system-features = [
|
||||
nix.settings.system-features = [
|
||||
"benchmark"
|
||||
"big-parallel"
|
||||
"ca-derivations"
|
||||
"kvm"
|
||||
"nixos-test"
|
||||
"gccarch-x86-64-v2"
|
||||
"gccarch-x86-64-v3"
|
||||
"gccarch-znver2"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -157,6 +157,4 @@ in {
|
|||
supportedFeatures = [ "nixos-test" "big-parallel" "kvm" "gccarch-x86-64-v3" ];
|
||||
}
|
||||
];
|
||||
|
||||
nix.settings.store-auto-optimise = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue