cleanup nix configs
This commit is contained in:
parent
dabe2b2e75
commit
58a223cf61
1 changed files with 4 additions and 7 deletions
|
@ -1,11 +1,8 @@
|
|||
{ nixpkgs
|
||||
, pkgs
|
||||
, ...
|
||||
}: {
|
||||
_: {
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
nixPath = [ "nixpkgs=${nixpkgs}" ];
|
||||
registry.nixpkgs.flake = nixpkgs;
|
||||
channel.enable = false;
|
||||
daemonCPUSchedPolicy = "idle";
|
||||
daemonIOSchedClass = "idle";
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
experimental-features = [ "nix-command" "flakes" "auto-allocate-uids" "cgroups" "ca-derivations" ];
|
||||
|
|
Loading…
Reference in a new issue