+10
-3
nixos/modules/services/network-filesystems/kubo.nix
+10
-3
nixos/modules/services/network-filesystems/kubo.nix
·········# The hardened systemd unit breaks the fuse-mount function according to documentation in the unit file itself···-# After an unclean shutdown the fuse mounts at cfg.settings.Mounts.IPFS and cfg.settings.Mounts.IPNS are locked+# After an unclean shutdown the fuse mounts at cfg.settings.Mounts.IPFS, cfg.settings.Mounts.IPNS and cfg.settings.Mounts.MFS are locked+umount --quiet '${cfg.settings.Mounts.IPFS}' '${cfg.settings.Mounts.IPNS}' '${cfg.settings.Mounts.MFS}' || true
+2
-2
pkgs/by-name/ku/kubo/package.nix
+2
-2
pkgs/by-name/ku/kubo/package.nix
···-version = "0.34.1"; # When updating, also check if the repo version changed and adjust repoVersion below+version = "0.35.0"; # When updating, also check if the repo version changed and adjust repoVersion below···