Skip to content

Commit

Permalink
profiles/nix-nixpkgs: add more experimental features (YOLO)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kranzes committed Jul 14, 2023
1 parent abd61b1 commit 2fcf092
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions profiles/nix-nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,22 @@
"home-manager=flake:home-manager"
];
settings = {
experimental-features = [ "nix-command" "flakes" ];
experimental-features = [
"nix-command"
"flakes"
"cgroups"
"auto-allocate-uids"
"repl-flake"
"no-url-literals"
];
use-cgroups = true;
auto-allocate-uids = true;
builders-use-substitutes = true;
auto-optimise-store = true;
warn-dirty = false;
trusted-users = [ "@wheel" ];
trusted-users = [
"@wheel"
];
substituters = [
"https://nix-community.cachix.org"
];
Expand Down

0 comments on commit 2fcf092

Please sign in to comment.