small changes fine tuneing

This commit is contained in:
2026-03-16 23:36:47 -04:00
parent fdd41f9421
commit 259045af4b
5 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -34,7 +34,8 @@ in
path = [ pkgs.bash ]; path = [ pkgs.bash ];
serviceConfig = { serviceConfig = {
ExecStart = "${pkgs.rclone}/bin/rclone mount ${rcloneBucket} ${mountPath} -vv --vfs-cache-mode full --allow-other --fuse-flag allow_other --dir-perms 0777 --file-perms 0777 --umask 0 --default-permissions --dir-cache-time 300h --config ${rcloneConfigPath}"; ExecStart = "${pkgs.rclone}/bin/rclone mount ${rcloneBucket} ${mountPath} -vv --vfs-cache-mode full --allow-other --fuse-flag allow_other --dir-perms 0777 --file-perms 0777 --umask 0 --dir-cache-time 300h --config ${rcloneConfigPath}";
ExecStop = "umount /mnt/mega";
}; };
}; };
+1
View File
@@ -77,4 +77,5 @@
}; };
users.users.qmoran.packages = with pkgs; [ nvtopPackages.nvidia ]; users.users.qmoran.packages = with pkgs; [ nvtopPackages.nvidia ];
hardware.nvidia-container-toolkit.enable = true;
} }
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash #!/run/current-system/sw/bin/bash
SERVICE_NAMES=( SERVICE_NAMES=(
"paperless" "paperless"
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash #!/run/current-system/sw/bin/bash
SERVICE_NAMES=( SERVICE_NAMES=(
"paperless" "paperless"
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash #!/run/current-system/sw/bin/bash
SERVICE_NAMES=( SERVICE_NAMES=(
"paperless" "paperless"