Update and fix dungflix again

This commit is contained in:
2023-03-30 21:04:15 +01:00
parent 6c5c8d1f1e
commit 5de2030d27
2 changed files with 19 additions and 19 deletions

View File

@@ -43,7 +43,7 @@ in {
systemd.services.dungflix-mount = {
description = "Mount the Backblaze B2 media store";
wantedBy = ["multi-user.target"];
path = [pkgs.fuse];
path = [pkgs.fuse3];
preStart = ''
mkdir -p -m 777 ${mountdir}
'';