This commit is contained in:
Tao Tien 2025-11-16 21:06:42 -08:00
parent 492fbbaf39
commit 4fbb38d83a
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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 = {