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