Fix: add forgotten mountpoints

This commit is contained in:
DuN0z 2025-12-17 13:39:19 +01:00
parent 0d3c6901e6
commit 3a84cb197d

View file

@ -111,6 +111,10 @@ in {
device = "/srv/raid/home-data/Musique";
options = [ "bind" ];
};
"/home/dunoz/Qemu" = {
device = "/dev/disk/by-uuid/efa7dfea-c50d-40c6-96e5-b63d8ba623c5" ;
fsType = "btrfs" ;
};
"/home/dunoz/Téléchargements" = {
device = "/srv/raid/home-data/Téléchargements";
options = [ "bind" ];