kariru: mount media

This commit is contained in:
notohh 2023-05-17 11:24:21 -04:00
parent ac2b4c1ebf
commit a5110cceac
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -21,6 +21,10 @@
device = "/dev/disk/by-uuid/f5a0738c-d027-4ffb-82ec-9901ca6b310b";
fsType = "ext4";
};
fileSystems."/media" = {
device = "192.168.1.71:/volume1/media";
fsType = "nfs";
};
swapDevices = [
{device = "/dev/disk/by-uuid/f28bad28-ae14-4aa7-85c5-47abe46bae56";}