mirror of
https://codeberg.org/privacy1st/nixos-anywhere-example
synced 2024-11-20 21:58:06 +01:00
improved docs
This commit is contained in:
parent
d2a4ea4ee9
commit
dedcc28616
@ -20,9 +20,11 @@
|
|||||||
modules = [
|
modules = [
|
||||||
(nixpkgs.outPath + "/nixos/modules/installer/scan/not-detected.nix")
|
(nixpkgs.outPath + "/nixos/modules/installer/scan/not-detected.nix")
|
||||||
disko.nixosModules.disko
|
disko.nixosModules.disko
|
||||||
./disk-configs/simple-efi.nix # choose your favorite disk layout here
|
|
||||||
#./disk-configs/zfs.nix # choose your favorite disk layout here
|
# Select disko disk layout configuration.
|
||||||
#./disk-configs/luks-lvm.nix # choose your favorite disk layout here
|
./disk-configs/simple-efi.nix
|
||||||
|
#./disk-configs/zfs.nix
|
||||||
|
#./disk-configs/luks-lvm.nix
|
||||||
|
|
||||||
# Change device name match your block device.
|
# Change device name match your block device.
|
||||||
# Running `lsblk` on the target machine can help you here.
|
# Running `lsblk` on the target machine can help you here.
|
||||||
|
Loading…
Reference in New Issue
Block a user