template: fix disko devices

This commit is contained in:
a-kenji
2024-05-07 22:46:15 +02:00
parent 935b1eabc6
commit 658d9ddebc

View File

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