fix: broke down and nix experimental enabled for system

This commit is contained in:
Deepak Mallubhotla 2022-03-24 11:20:17 -05:00
parent 957a3e7a7d
commit 89a09e3f64

View File

@ -10,6 +10,10 @@
./hardware-configuration.nix
];
nix = {
package = pkgs.nixFlakes;
extraOptions = "experimental-features = nix-command flakes";
};
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;