nixos/kubo: fix typo in fuseAllowOther setting

This commit is contained in:
Leonard-Orlando Menzel
2026-06-27 11:03:35 +00:00
committed by Leonard-Orlando Jonathan Menzel
parent d53c36e189
commit 1501c08af3
@@ -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") {