kariru: mount media
This commit is contained in:
parent
ac2b4c1ebf
commit
a5110cceac
1 changed files with 4 additions and 0 deletions
|
@ -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";}
|
||||
|
|
Loading…
Reference in a new issue