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;
|
package = pkgs.lix;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
experimental-features = ["nix-command" "flakes"];
|
||||||
|
|
||||||
trusted-users = [
|
trusted-users = [
|
||||||
"root"
|
"root"
|
||||||
"@wheel"
|
"@wheel"
|
||||||
|
|
Loading…
Reference in a new issue