Merge pull request 'template: fix disko devices' (#1328) from a-kenji-docs-patch-7 into main

This commit is contained in:
clan-bot
2024-05-07 20:48:50 +00:00

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__";
};
/*