mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
parent
f9852b29a4
commit
2dae274046
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
nix = {
|
||||
daemonNiceLevel = 19;
|
||||
daemonIONiceLevel = 7;
|
||||
package = pkgs.nix_2_4; # remove when nixStable is 2.4
|
||||
package = pkgs.nixFlakes;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue