smol refactor
This commit is contained in:
parent
49c038644a
commit
79a2a85bd8
3 changed files with 16 additions and 19 deletions
|
|
@ -153,6 +153,14 @@
|
|||
experimental-features = "nix-command flakes";
|
||||
auto-optimise-store = true;
|
||||
trusted-users = ["root" "@wheel"];
|
||||
system-features = [
|
||||
"benchmark"
|
||||
"big-parallel"
|
||||
"gccarch-znver3"
|
||||
"gccarch-znver4"
|
||||
"kvm"
|
||||
"nixos-test"
|
||||
];
|
||||
};
|
||||
nixpkgs.config = {allowUnfree = true;};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue