Change renamed options
This commit is contained in:
parent
095452b6f8
commit
c2c8b0a299
3 changed files with 7 additions and 7 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue