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 = {
|
nix = {
|
||||||
package = pkgs.nixFlakes;
|
channel.enable = false;
|
||||||
nixPath = [ "nixpkgs=${nixpkgs}" ];
|
daemonCPUSchedPolicy = "idle";
|
||||||
registry.nixpkgs.flake = nixpkgs;
|
daemonIOSchedClass = "idle";
|
||||||
settings = {
|
settings = {
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
experimental-features = [ "nix-command" "flakes" "auto-allocate-uids" "cgroups" "ca-derivations" ];
|
experimental-features = [ "nix-command" "flakes" "auto-allocate-uids" "cgroups" "ca-derivations" ];
|
||||||
|
|
Loading…
Reference in a new issue