small changes fine tuneing
This commit is contained in:
+2
-1
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -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,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/run/current-system/sw/bin/bash
|
||||||
|
|
||||||
SERVICE_NAMES=(
|
SERVICE_NAMES=(
|
||||||
"paperless"
|
"paperless"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/run/current-system/sw/bin/bash
|
||||||
|
|
||||||
SERVICE_NAMES=(
|
SERVICE_NAMES=(
|
||||||
"paperless"
|
"paperless"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/run/current-system/sw/bin/bash
|
||||||
|
|
||||||
SERVICE_NAMES=(
|
SERVICE_NAMES=(
|
||||||
"paperless"
|
"paperless"
|
||||||
|
|||||||
Reference in New Issue
Block a user