From 7ca5c1c30306c6d80ae08b22300277fbed36c98f Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 10 Jan 2025 21:27:07 -0800 Subject: configuration.nix has sops --- desktop/sda-simple.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop/sda-simple.nix') diff --git a/desktop/sda-simple.nix b/desktop/sda-simple.nix index a9c1e8f..86263dd 100644 --- a/desktop/sda-simple.nix +++ b/desktop/sda-simple.nix @@ -14,6 +14,7 @@ ESP = { type = "EF00"; size = "500M"; + priority = 1; content = { type = "filesystem"; format = "vfat"; @@ -23,6 +24,7 @@ }; root = { size = "100%"; + priority = 2; content = { type = "filesystem"; format = "ext4"; -- cgit