Create videos volume without snapshotting

This commit is contained in:
coolneng 2022-11-10 10:38:43 +01:00
parent 590eb0286e
commit 76d2ac9017
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,11 @@
fsType = "vfat";
};
fileSystems."/home/coolneng/Videos" =
{ device = "syscea/stateful/home/videos";
fsType = "zfs";
};
swapDevices =
[ { device = "/dev/disk/by-uuid/1f0ea09c-e655-4a9f-83d4-9d396de01720"; }
];