diff --git a/hosts/patiodeck/disk.nix b/hosts/patiodeck/disk.nix index 4c091c1..0ed0dea 100644 --- a/hosts/patiodeck/disk.nix +++ b/hosts/patiodeck/disk.nix @@ -15,14 +15,6 @@ mountpoint = "/boot"; }; }; - persistent = { - size = "100%"; - content = { - type = "filesystem"; - format = "f2fs"; - mountpoint = "/persistent"; - }; - }; nix = { size = "200G"; content = { @@ -31,6 +23,14 @@ mountpoint = "/nix"; }; }; + persistent = { + size = "100%"; + content = { + type = "filesystem"; + format = "f2fs"; + mountpoint = "/persistent"; + }; + }; }; }; };