Create videos volume without snapshotting
This commit is contained in:
parent
590eb0286e
commit
76d2ac9017
|
@ -48,6 +48,11 @@
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/home/coolneng/Videos" =
|
||||||
|
{ device = "syscea/stateful/home/videos";
|
||||||
|
fsType = "zfs";
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices =
|
swapDevices =
|
||||||
[ { device = "/dev/disk/by-uuid/1f0ea09c-e655-4a9f-83d4-9d396de01720"; }
|
[ { device = "/dev/disk/by-uuid/1f0ea09c-e655-4a9f-83d4-9d396de01720"; }
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue