diff options
| author | adikro <adikro@disroot.org> | 2026-03-08 23:41:14 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-08 23:41:14 +0100 |
| commit | fbe607ebe926dc063370d0740542362eb080a49f (patch) | |
| tree | 13719612709b37910ed79e30e648389e8031ede9 /hosts/thinkpad/disko.nix | |
| parent | 11d05469368ecfe533c7720e7f5b624f2f8f19fc (diff) | |
cwel
Diffstat (limited to 'hosts/thinkpad/disko.nix')
| -rw-r--r-- | hosts/thinkpad/disko.nix | 18 |
1 files changed, 8 insertions, 10 deletions
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 = [ |
