Secureboot subvol also

This commit is contained in:
Jimbo 2024-10-29 15:43:21 -04:00
parent 37ca14460c
commit 7a3f60038b

View file

@ -41,6 +41,11 @@
fsType = "btrfs";
options = [ "subvol=@nixconf" "noatime" "nodiratime" "discard" ];
};
"/etc/secureboot" = {
device = "/dev/disk/by-uuid/bbfed7d1-62f2-4d8e-b63f-7f6ec932105b";
fsType = "btrfs";
options = [ "subvol=@secureboot" "noatime" "nodiratime" "discard" ];
};
"/var" = {
device = "/dev/disk/by-uuid/bbfed7d1-62f2-4d8e-b63f-7f6ec932105b";
fsType = "btrfs";