Update and fix dungflix again
This commit is contained in:
@@ -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}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user