smol refactor

This commit is contained in:
Tao Tien 2024-07-17 15:25:57 -07:00
parent 49c038644a
commit 79a2a85bd8
3 changed files with 16 additions and 19 deletions

View file

@ -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;};