mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
nix: remove daemonCPUSchedPolicy
This commit is contained in:
parent
2a66085c16
commit
2d7611df20
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
nixPath = [ ];
|
nixPath = [ ];
|
||||||
daemonCPUSchedPolicy = "idle";
|
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue