new technology file system

This commit is contained in:
nora 2024-07-09 21:24:08 +02:00
parent a807d3d971
commit 5d81035786

View file

@ -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";