Fix template. Improve docu. Add disko as default imported module.

This commit is contained in:
Qubasa
2024-05-10 15:39:46 +02:00
parent cad492e830
commit 82fa89b57e
9 changed files with 46 additions and 26 deletions

View File

@@ -35,8 +35,8 @@
# TODO: Example how to use disko for more complicated setups
# remote> lsblk --output NAME,PTUUID,FSTYPE,SIZE,MOUNTPOINT
clan.disk-layouts.singleDiskExt4 = {
# ssh root@flash-installer.local lsblk --output NAME,ID-LINK,FSTYPE,SIZE,MOUNTPOINT
disko.devices.disk.main = {
device = "/dev/disk/by-id/__CHANGE_ME__";
};
@@ -59,8 +59,8 @@
# local> clan facts generate
# remote> lsblk --output NAME,PTUUID,FSTYPE,SIZE,MOUNTPOINT
clan.disk-layouts.singleDiskExt4 = {
# ssh root@flash-installer.local lsblk --output NAME,ID-LINK,FSTYPE,SIZE,MOUNTPOINT
disko.devices.disk.main = {
device = "/dev/disk/by-id/__CHANGE_ME__";
};
/*

View File

@@ -2,7 +2,6 @@
{
imports = [
clan-core.clanModules.sshd
clan-core.clanModules.disk-layouts
clan-core.clanModules.root-password
];
}