diff --git a/home/files/mpv/mpv.conf b/home/files/mpv/mpv.conf index 5f0190e..865a5ac 100644 --- a/home/files/mpv/mpv.conf +++ b/home/files/mpv/mpv.conf @@ -5,3 +5,4 @@ profile=gpu-hq scale=ewa_lanczossharp cscale=ewa_lanczossharp slang=eng +no-audio-display diff --git a/system/starlight/boot-config.nix b/system/starlight/boot-config.nix index 0ae4704..c9b4216 100644 --- a/system/starlight/boot-config.nix +++ b/system/starlight/boot-config.nix @@ -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; } diff --git a/system/starlight/hardware-configuration.nix b/system/starlight/hardware-configuration.nix index d4c1b5e..4bfd476 100644 --- a/system/starlight/hardware-configuration.nix +++ b/system/starlight/hardware-configuration.nix @@ -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"; }];