Secureboot subvol also
This commit is contained in:
parent
37ca14460c
commit
7a3f60038b
|
@ -41,6 +41,11 @@
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "subvol=@nixconf" "noatime" "nodiratime" "discard" ];
|
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" = {
|
"/var" = {
|
||||||
device = "/dev/disk/by-uuid/bbfed7d1-62f2-4d8e-b63f-7f6ec932105b";
|
device = "/dev/disk/by-uuid/bbfed7d1-62f2-4d8e-b63f-7f6ec932105b";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
|
|
Loading…
Reference in a new issue