Thor: simpler setup
This commit is contained in:
parent
fb2b022db8
commit
95e54d5ea0
2 changed files with 35 additions and 65 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue