nixos/kubo: Fix typo in fuse setting (#535996)
This commit is contained in:
@@ -334,7 +334,7 @@ in
|
||||
|
||||
programs.fuse = {
|
||||
enable = lib.mkIf cfg.autoMount true;
|
||||
userAllowOther = lib.mkIf cfg.settings.Mounts.fuseAllowOther true;
|
||||
userAllowOther = lib.mkIf cfg.settings.Mounts.FuseAllowOther true;
|
||||
};
|
||||
|
||||
users.users = lib.mkIf (cfg.user == "ipfs") {
|
||||
|
||||
Reference in New Issue
Block a user