From fbe607ebe926dc063370d0740542362eb080a49f Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 8 Mar 2026 23:41:14 +0100 Subject: cwel --- hosts/thinkpad/disko.nix | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'hosts/thinkpad/disko.nix') diff --git a/hosts/thinkpad/disko.nix b/hosts/thinkpad/disko.nix index 3ab76f4..0f366e9 100644 --- a/hosts/thinkpad/disko.nix +++ b/hosts/thinkpad/disko.nix @@ -11,6 +11,14 @@ size = "1M"; type = "EF02"; }; + boot = { + size = "2G"; + content = { + type = "filesystem"; + format = "ext4"; + mountpoint = "/boot"; + }; + }; luks = { size = "100%"; content = { @@ -33,16 +41,6 @@ "noatime" ]; }; - "boot" = { - mountpoint = "/boot"; - mountOptions = [ - "compress=none" - "discard=async" - "nosuid" - "nodev" - "noatime" - ]; - }; "nix" = { mountpoint = "/nix"; mountOptions = [ -- cgit v1.3