template: fix disko devices

This commit is contained in:
a-kenji
2024-05-07 22:46:15 +02:00
parent 1893ebef19
commit 23c9291912

View File

@@ -36,7 +36,7 @@
# TODO: Example how to use disko for more complicated setups # TODO: Example how to use disko for more complicated setups
# remote> lsblk --output NAME,PTUUID,FSTYPE,SIZE,MOUNTPOINT # remote> lsblk --output NAME,PTUUID,FSTYPE,SIZE,MOUNTPOINT
disko.devices.disk.main = { clan.disk-layouts.singleDiskExt4 = {
device = "/dev/disk/by-id/__CHANGE_ME__"; device = "/dev/disk/by-id/__CHANGE_ME__";
}; };
@@ -60,7 +60,7 @@
# local> clan facts generate # local> clan facts generate
# remote> lsblk --output NAME,PTUUID,FSTYPE,SIZE,MOUNTPOINT # remote> lsblk --output NAME,PTUUID,FSTYPE,SIZE,MOUNTPOINT
disko.devices.disk.main = { clan.disk-layouts.singleDiskExt4 = {
device = "/dev/disk/by-id/__CHANGE_ME__"; device = "/dev/disk/by-id/__CHANGE_ME__";
}; };
/* /*