mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
LUKS --allow-discards
This commit is contained in:
parent
26b053b2ad
commit
f48f4b432f
@ -59,6 +59,7 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "yodaNas";
|
networking.hostName = "yodaNas";
|
||||||
|
#boot.initrd.luks.devices."luks-XXX".allowDiscards = true;
|
||||||
|
|
||||||
boot.kernelParams = [];
|
boot.kernelParams = [];
|
||||||
|
|
||||||
|
@ -57,6 +57,8 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "yodaTab";
|
networking.hostName = "yodaTab";
|
||||||
|
boot.initrd.luks.devices."luks-ba8b94d0-7f70-496a-ad87-eadc5e852aad".allowDiscards = true;
|
||||||
|
boot.initrd.luks.devices."512gb".allowDiscards = true;
|
||||||
|
|
||||||
boot.kernelParams = [];
|
boot.kernelParams = [];
|
||||||
|
|
||||||
|
@ -57,6 +57,7 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "yodaTux";
|
networking.hostName = "yodaTux";
|
||||||
|
boot.initrd.luks.devices."luks-ea7099e3-320d-4eb3-a4c3-9910a9af817b".allowDiscards = true;
|
||||||
|
|
||||||
# Systemd Journal entry:
|
# Systemd Journal entry:
|
||||||
# S Sat Sep 23 16:11:52 2023 p4 kernel: TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
|
# S Sat Sep 23 16:11:52 2023 p4 kernel: TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
|
||||||
|
@ -59,6 +59,7 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "yodaYoga";
|
networking.hostName = "yodaYoga";
|
||||||
|
boot.initrd.luks.devices."luks-a8521407-e25b-4f26-8e7a-a56fcbfd2e35".allowDiscards = true;
|
||||||
|
|
||||||
boot.kernelParams = [];
|
boot.kernelParams = [];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user