do the same for two other hosts

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-28 18:22:51 +02:00
parent b7f95a14c3
commit 2745bd1e35
20 changed files with 297 additions and 286 deletions

View File

@ -10,7 +10,7 @@
};
disko.devices.disk.main = {
type = "disk";
device = "/dev/nvme0n1";
device = "/dev/disk/by-id/nvme-eui.000000000000000100a075244b5d6185";
content = {
type = "gpt";
partitions = {
@ -26,6 +26,8 @@
"fmask=0022"
"dmask=0022"
"noexec"
"nosuid"
"nodev"
];
};
};
@ -33,7 +35,7 @@
size = "100%";
content = {
type = "luks";
name = "luks-fe586da4-b164-4362-bcdf-9c5dd6c69a2b";
name = "luks-main";
initrdUnlock = true;
settings.allowDiscards = true;
content = {