fix: broke down and nix experimental enabled for system
This commit is contained in:
parent
957a3e7a7d
commit
89a09e3f64
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user