repartitioning

This commit is contained in:
Vinzenz Schroeter 2023-09-05 21:19:58 +02:00
parent 7a5297a0dd
commit bc7daf2be1
3 changed files with 2 additions and 12 deletions

View file

@ -55,18 +55,6 @@
fsType = "vfat";
};
"/mnt/manjaro" = {
device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532";
fsType = "btrfs";
options = ["subvol=@"];
};
"/mnt/manjaro/home" = {
device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532";
fsType = "btrfs";
options = ["subvol=@home"];
};
"/mnt/ssd2" = {
device = "/dev/disk/by-uuid/6b2a647d-c68e-4c07-85bf-c9bfc5db7e8a";
fsType = "ext4";