mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +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;
|
"net.ipv6.conf.all.forwarding" = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot.supportedFilesystems = [ "ntfs" ];
|
||||||
|
|
||||||
fileSystems."/mnt/nas" = {
|
fileSystems."/mnt/nas" = {
|
||||||
device = "192.168.178.47:/volume1/homes";
|
device = "192.168.178.47:/volume1/homes";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue