[nix] Finally enable nix-command and flakes experimentals

This commit is contained in:
Sebastian Schulze 2022-12-08 08:32:08 +01:00
parent d3324f7cc8
commit e5719694de
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
system.stateVersion = "22.05";
nix.autoOptimiseStore = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true;
boot.loader.efi.canTouchEfiVariables = true;