diff --git a/template/flake.nix b/template/flake.nix index 45a3f66..97e0953 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -20,9 +20,11 @@ modules = [ (nixpkgs.outPath + "/nixos/modules/installer/scan/not-detected.nix") disko.nixosModules.disko - ./disk-configs/simple-efi.nix # choose your favorite disk layout here - #./disk-configs/zfs.nix # choose your favorite disk layout here - #./disk-configs/luks-lvm.nix # choose your favorite disk layout here + + # Select disko disk layout configuration. + ./disk-configs/simple-efi.nix + #./disk-configs/zfs.nix + #./disk-configs/luks-lvm.nix # Change device name match your block device. # Running `lsblk` on the target machine can help you here.