mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
new technology file system
This commit is contained in:
parent
a807d3d971
commit
5d81035786
1 changed files with 2 additions and 0 deletions
|
|
@ -96,6 +96,8 @@ in
|
|||
"net.ipv6.conf.all.forwarding" = 1;
|
||||
};
|
||||
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
|
||||
fileSystems."/mnt/nas" = {
|
||||
device = "192.168.178.47:/volume1/homes";
|
||||
fsType = "nfs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue