Thor: simpler setup

This commit is contained in:
Filippo Berto 2025-01-18 19:51:51 +01:00
parent fb2b022db8
commit 95e54d5ea0
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 35 additions and 65 deletions

View file

@ -25,23 +25,8 @@
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
initrd = {
checkJournalingFS = true;
luks.devices = {
root = {
device = "/dev/disk/by-id/nvme-Sabrent_Rocket_4.0_1TB_A0D6070C1AA788202455-part2";
preLVM = true;
allowDiscards = true;
bypassWorkqueues = true;
};
nvme2t = {
device = "/dev/disk/by-id/nvme-SHPP41-2000GM_SJC4N477711004A0J";
preLVM = true;
allowDiscards = true;
bypassWorkqueues = true;
};
};
};
initrd.checkJournalingFS = true;
};
console = {