Compare commits
5 commits
2b806582b5
...
f27ed627ff
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f27ed627ff | ||
|
|
2e7866d816 | ||
|
|
d541dbc854 | ||
| ce3aadf4f0 | |||
|
|
ad97f8329a |
2 changed files with 4 additions and 6 deletions
|
|
@ -17,13 +17,9 @@ in
|
|||
users.groups.remotebuild = {};
|
||||
|
||||
nix.settings.extra-trusted-users = [ "remotebuild" ];
|
||||
nix.settings.system-features = [
|
||||
"benchmark"
|
||||
"big-parallel"
|
||||
"ca-derivations"
|
||||
"kvm"
|
||||
"nixos-test"
|
||||
nix.settings.extra-system-features = [
|
||||
"gccarch-x86-64-v2"
|
||||
"gccarch-x86-64-v3"
|
||||
"gccarch-znver2"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -157,4 +157,6 @@ 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