MAJ ZFS mounts
This commit is contained in:
parent
3a02f04b2d
commit
279ca4ea9c
@ -27,26 +27,26 @@
|
|||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/medias" =
|
|
||||||
{ device = "loutrepool/medias";
|
|
||||||
fsType = "zfs";
|
|
||||||
};
|
|
||||||
|
|
||||||
fileSystems."/mnt/syncthing" =
|
|
||||||
{ device = "loutrepool/syncthing";
|
|
||||||
fsType = "zfs";
|
|
||||||
};
|
|
||||||
|
|
||||||
fileSystems."/mnt/containers_volumes" =
|
fileSystems."/mnt/containers_volumes" =
|
||||||
{ device = "loutrepool/containers_volumes";
|
{ device = "loutrepool/containers_volumes";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/mnt/medias" =
|
||||||
|
{ device = "loutrepool/medias";
|
||||||
|
fsType = "zfs";
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/steam" =
|
fileSystems."/mnt/steam" =
|
||||||
{ device = "loutrepool/steam";
|
{ device = "loutrepool/steam";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/mnt/syncthing" =
|
||||||
|
{ device = "loutrepool/syncthing";
|
||||||
|
fsType = "zfs";
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
|
||||||
nix.maxJobs = lib.mkDefault 4;
|
nix.maxJobs = lib.mkDefault 4;
|
||||||
|
Loading…
Reference in New Issue
Block a user