diff --git a/extras/uwuraid.nix b/extras/uwuraid.nix index c8d90a7..0fed7b3 100644 --- a/extras/uwuraid.nix +++ b/extras/uwuraid.nix @@ -3,7 +3,7 @@ systemd.mounts = let opts = { type = "cifs"; - mountConfig = {Options = "noauto,noatime,async,users,rw,x-systemd.automount,credentials=${config.age.secrets.uwuraid.path},gid=users,file_mode=0770,dir_mode=0770";}; + mountConfig = {Options = "noauto,noatime,async,users,rw,x-systemd.automount,credentials=${config.age.secrets.uwuraid.path},gid=users,file_mode=0777,dir_mode=0777";}; }; in [ (opts diff --git a/systems/NOcomputer.nix b/systems/NOcomputer.nix index 2c5bce5..9b3306b 100644 --- a/systems/NOcomputer.nix +++ b/systems/NOcomputer.nix @@ -8,7 +8,7 @@ # nvtopPackages.nvidia # egl-wayland # gpt4all-chat - # nvidia-vaapi-driver + nvidia-vaapi-driver # foldingathome # gwe # openrgb @@ -21,8 +21,8 @@ NIXOS_OZONE_WL = "1"; # firefox nvidia-vaapi-driver - # MOZ_DISABLE_RDD_SANDBOX = "1"; - # LIBVA_DRIVER_NAME = "nvidia"; + MOZ_DISABLE_RDD_SANDBOX = "1"; + LIBVA_DRIVER_NAME = "nvidia"; }; hardware.nvidia = {