nixos/kubo: Fix typo in fuse setting (#535996)

This commit is contained in:
Martin Weinelt
2026-06-27 11:12:27 +00:00
committed by GitHub
@@ -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") {