8 lines
159 B
Nix
8 lines
159 B
Nix
|
{
|
||
|
fileSystems."/net/video" = {
|
||
|
device = "supplydepot:/video";
|
||
|
fsType = "nfs";
|
||
|
options = [ "nfsvers=4.1" "x-systemd.automount" "noauto" ];
|
||
|
};
|
||
|
}
|