Change renamed options

This commit is contained in:
Jakob Lechner 2022-11-15 21:31:16 +00:00
parent 095452b6f8
commit c2c8b0a299
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
3 changed files with 7 additions and 7 deletions

View file

@ -2,8 +2,6 @@
{
nix = {
trustedUsers = [ "@wheel" ];
package = pkgs.nixFlakes;
extraOptions = ''
experimental-features = nix-command flakes
@ -13,13 +11,15 @@
daemonIOSchedClass = "idle";
daemonIOSchedPriority = 7;
autoOptimiseStore = true;
nixPath = [
"nixpkgs=${inputs.nixpkgs}"
];
allowedUsers = [ "@wheel" ];
settings = {
trusted-users = [ "@wheel" ];
auto-optimise-store = true;
allowed-users = [ "@wheel" ];
};
};
nixpkgs.overlays = with inputs; [