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 systemd.mounts = let
opts = { opts = {
type = "cifs"; 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 [ in [
(opts (opts

View file

@ -8,7 +8,7 @@
# nvtopPackages.nvidia # nvtopPackages.nvidia
# egl-wayland # egl-wayland
# gpt4all-chat # gpt4all-chat
# nvidia-vaapi-driver nvidia-vaapi-driver
# foldingathome # foldingathome
# gwe # gwe
# openrgb # openrgb
@ -21,8 +21,8 @@
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
# firefox nvidia-vaapi-driver # firefox nvidia-vaapi-driver
# MOZ_DISABLE_RDD_SANDBOX = "1"; MOZ_DISABLE_RDD_SANDBOX = "1";
# LIBVA_DRIVER_NAME = "nvidia"; LIBVA_DRIVER_NAME = "nvidia";
}; };
hardware.nvidia = { hardware.nvidia = {