aboutsummaryrefslogtreecommitdiff
path: root/desktop/sda-simple.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-01-10 21:27:07 -0800
committerPreston Pan <ret2pop@gmail.com>2025-01-10 21:27:07 -0800
commit7ca5c1c30306c6d80ae08b22300277fbed36c98f (patch)
tree52fb42f3cb08480594ea0e1694e8bf50cc0d9208 /desktop/sda-simple.nix
parenteb8681997217668dd6e292f20b4198613d500f74 (diff)
configuration.nix has sops
Diffstat (limited to 'desktop/sda-simple.nix')
-rw-r--r--desktop/sda-simple.nix2
1 files changed, 2 insertions, 0 deletions
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";