core: add default system features
This commit is contained in:
parent
dc6690adba
commit
23db288d40
|
@ -24,6 +24,7 @@ in
|
|||
};
|
||||
|
||||
nix.maxJobs = lib.mkDefault 4;
|
||||
nix.systemFeatures = [ "gccarch-haswell" ];
|
||||
|
||||
boot.loader.systemd-boot = {
|
||||
enable = true;
|
||||
|
|
|
@ -8,6 +8,13 @@ in
|
|||
{
|
||||
nix.package = pkgs.nixFlakes;
|
||||
|
||||
nix.systemFeatures = [
|
||||
"nixos-test"
|
||||
"benchmark"
|
||||
"big-parallel"
|
||||
"kvm"
|
||||
];
|
||||
|
||||
imports = [
|
||||
../local/locale.nix
|
||||
../local/file-systems.nix
|
||||
|
|
Loading…
Reference in a new issue