disable btrfs root mount
This commit is contained in:
parent
28116592f5
commit
b544e480d2
|
@ -22,13 +22,13 @@
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
"/mnt/nixos_btrfs_root" = {
|
#"/mnt/nixos_btrfs_root" = {
|
||||||
# subvolume with id 5 is always the root volume
|
# # subvolume with id 5 is always the root volume
|
||||||
# this is convenient for managing the flat subvolume hierarchy
|
# # this is convenient for managing the flat subvolume hierarchy
|
||||||
device = "/dev/disk/by-uuid/0e9c983a-e733-447e-8181-f41d6670c4b8";
|
# device = "/dev/disk/by-uuid/0e9c983a-e733-447e-8181-f41d6670c4b8";
|
||||||
fsType = "btrfs";
|
# fsType = "btrfs";
|
||||||
options = [ "subvolid=5" ];
|
# options = [ "subvolid=5" ];
|
||||||
};
|
#};
|
||||||
|
|
||||||
"/mnt/ssd2" = {
|
"/mnt/ssd2" = {
|
||||||
device = "/dev/disk/by-uuid/6b2a647d-c68e-4c07-85bf-c9bfc5db7e8a";
|
device = "/dev/disk/by-uuid/6b2a647d-c68e-4c07-85bf-c9bfc5db7e8a";
|
||||||
|
|
Loading…
Reference in a new issue