From dedcc28616d0a4bc9c75b1679fdea95f7d1a812f Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 12 Oct 2023 12:02:39 +0200 Subject: [PATCH] improved docs --- template/flake.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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.