Secureboot subvol also
This commit is contained in:
parent
37ca14460c
commit
7a3f60038b
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue