mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-19 02:50:12 +01:00
failed mount blocked boot - disable secondary partitions
This commit is contained in:
parent
bc73a316f1
commit
5c7fb068c3
|
@ -29,17 +29,17 @@
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
"/sdmanjaro" = {
|
# "/sdmanjaro" = {
|
||||||
device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532";
|
# device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532";
|
||||||
fsType = "btrfs";
|
# fsType = "btrfs";
|
||||||
options = ["subvol=@"];
|
# options = ["subvol=@"];
|
||||||
};
|
# };
|
||||||
|
|
||||||
"/sdmanjaro/home" = {
|
# "/sdmanjaro/home" = {
|
||||||
device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532";
|
# device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532";
|
||||||
fsType = "btrfs";
|
# fsType = "btrfs";
|
||||||
options = ["subvol=home"];
|
# options = ["subvol=home"];
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [];
|
swapDevices = [];
|
||||||
|
|
Loading…
Reference in a new issue