Use all NFS, add no-audio-display
This commit is contained in:
parent
850e0c3c27
commit
3771b2a79e
|
@ -5,3 +5,4 @@ profile=gpu-hq
|
|||
scale=ewa_lanczossharp
|
||||
cscale=ewa_lanczossharp
|
||||
slang=eng
|
||||
no-audio-display
|
||||
|
|
|
@ -41,5 +41,5 @@ in
|
|||
fileSystems."/media/luna/media".options = net_opts;
|
||||
fileSystems."/media/luna/photos".options = net_opts;
|
||||
fileSystems."/media/luna/games".options = net_opts;
|
||||
fileSystems."/media/luna/private".options = luna_opts;
|
||||
fileSystems."/media/luna/private".options = net_opts;
|
||||
}
|
||||
|
|
|
@ -73,12 +73,6 @@
|
|||
options = [ "bind" ];
|
||||
};
|
||||
|
||||
fileSystems."/media/luna/private" =
|
||||
{
|
||||
device = "//10.69.0.69/private";
|
||||
fsType = "cifs";
|
||||
};
|
||||
|
||||
fileSystems."/media/luna/photos" =
|
||||
{
|
||||
device = "10.69.0.69:/media/tank/photos";
|
||||
|
@ -97,6 +91,12 @@
|
|||
fsType = "nfs4";
|
||||
};
|
||||
|
||||
fileSystems."/media/luna/private" =
|
||||
{
|
||||
device = "10.69.0.69:/media/tank/users/artemis";
|
||||
fsType = "nfs4";
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
[{ device = "/dev/disk/by-uuid/b134fecf-719f-45af-b317-001e413f06c4"; }];
|
||||
|
||||
|
|
Loading…
Reference in a new issue