installer_templat: use flakes

This commit is contained in:
Aaron Bieber 2022-10-12 07:45:26 -06:00
parent 2fd5c37316
commit 8eb53b2888
No known key found for this signature in database

View File

@ -15,6 +15,13 @@ in {
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
nix = {
package = pkgs.nixUnstable;
extraOptions = ''
experimental-features = nix-command flakes
'';
};
networking.hostName = "changeme";
networking.networkmanager.enable = true;