LUKS --allow-discards

This commit is contained in:
Daniel Langbein 2023-09-25 21:21:53 +02:00
parent 26b053b2ad
commit f48f4b432f
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
4 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,7 @@ in
]; ];
networking.hostName = "yodaNas"; networking.hostName = "yodaNas";
#boot.initrd.luks.devices."luks-XXX".allowDiscards = true;
boot.kernelParams = []; boot.kernelParams = [];

View File

@ -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 = [];

View File

@ -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'.

View File

@ -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 = [];