feat(nixos): Set experimental nix features
This commit is contained in:
parent
66ffad5ff2
commit
bf7204f5b8
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
package = pkgs.lix;
|
||||
|
||||
settings = {
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
|
||||
trusted-users = [
|
||||
"root"
|
||||
"@wheel"
|
||||
|
|
Loading…
Reference in a new issue