From f96a25bd3b9bd3cbba826d567e35f5dee182be47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Tue, 18 Jan 2022 20:13:49 +0100 Subject: [PATCH] Allow discards on SSD --- config/nutty-noon.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/nutty-noon.nix b/config/nutty-noon.nix index 4e211e62..1fd4b2a1 100644 --- a/config/nutty-noon.nix +++ b/config/nutty-noon.nix @@ -22,6 +22,7 @@ boot.initrd.luks.devices = { ssd = { device = "/dev/disk/by-partuuid/53773b73-fb8a-4de8-ac58-d9d8ff1be430"; + allowDiscards = true; }; hdd = { device = "/dev/disk/by-partuuid/d4c6a94f-2ae9-e446-9613-2596c564078c";