Fix: add forgotten mountpoints
This commit is contained in:
parent
0d3c6901e6
commit
3a84cb197d
1 changed files with 4 additions and 0 deletions
|
|
@ -111,6 +111,10 @@ in {
|
||||||
device = "/srv/raid/home-data/Musique";
|
device = "/srv/raid/home-data/Musique";
|
||||||
options = [ "bind" ];
|
options = [ "bind" ];
|
||||||
};
|
};
|
||||||
|
"/home/dunoz/Qemu" = {
|
||||||
|
device = "/dev/disk/by-uuid/efa7dfea-c50d-40c6-96e5-b63d8ba623c5" ;
|
||||||
|
fsType = "btrfs" ;
|
||||||
|
};
|
||||||
"/home/dunoz/Téléchargements" = {
|
"/home/dunoz/Téléchargements" = {
|
||||||
device = "/srv/raid/home-data/Téléchargements";
|
device = "/srv/raid/home-data/Téléchargements";
|
||||||
options = [ "bind" ];
|
options = [ "bind" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue