feat: enable nas through nfs
This commit is contained in:
parent
7de6a9f9f3
commit
0e920a568f
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
|||
{ device = "/dev/disk/by-uuid/154e6059-35f9-49bb-b049-085b325ac997";
|
||||
fsType = "ext4";
|
||||
};
|
||||
fileSystems."/home/oh/nas" =
|
||||
{ device = "192.168.1.71:/volume1/hime";
|
||||
fsType = "nfs";
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
[ { device = "/dev/disk/by-uuid/15978bb3-da9b-4ec2-bd35-1716dd97812b"; }
|
||||
|
|
Loading…
Reference in a new issue