back interdiff of round #2 and #1

feat(pm/wiki): factor into ingredient #155

merged
opened by a.starrysky.fyi targeting main from private/minion/push-wtxryrqunxwq

I want to have a private copy of the wiki on umber and a public copy on teal. It would be good to share configs between them, so we should use an ingredient for this

ERROR
packetmix/systems/default.nix

Failed to calculate interdiff for this file.

ERROR
packetmix/systems/teal/headscale.nix

Failed to calculate interdiff for this file.

ERROR
packetmix/systems/teal/wiki.nix

Failed to calculate interdiff for this file.

ERROR
packetmix/systems/umber/wiki.nix

Failed to calculate interdiff for this file.

ERROR
packetmix/systems/wiki/wiki.nix

Failed to calculate interdiff for this file.

ERROR
packetmix/systems/wiki/wiki/CirrusSearch.composer.lock

Failed to calculate interdiff for this file.

ERROR
packetmix/systems/wiki/wiki/CirrusSearch.composer.lock.license

Failed to calculate interdiff for this file.

ERROR
packetmix/systems/wiki/wiki/Elastica.composer.lock

Failed to calculate interdiff for this file.

ERROR
packetmix/systems/wiki/wiki/Elastica.composer.lock.license

Failed to calculate interdiff for this file.

ERROR
packetmix/systems/wiki/wiki/Network.composer.lock

Failed to calculate interdiff for this file.

ERROR
packetmix/systems/wiki/wiki/Network.composer.lock.license

Failed to calculate interdiff for this file.

ERROR
packetmix/systems/wiki/wiki/OpenIDConnect.composer.lock

Failed to calculate interdiff for this file.

ERROR
packetmix/systems/wiki/wiki/OpenIDConnect.composer.lock.license

Failed to calculate interdiff for this file.

ERROR
packetmix/systems/wiki/wiki/favicon.ico

Failed to calculate interdiff for this file.

ERROR
packetmix/systems/wiki/wiki/favicon.ico.license

Failed to calculate interdiff for this file.

ERROR
packetmix/systems/wiki/wiki/icon.svg

Failed to calculate interdiff for this file.

ERROR
packetmix/systems/wiki/wiki/icon.svg.license

Failed to calculate interdiff for this file.

NEW
packetmix/systems/umber/postgresql.nix
···
··· 1 + # SPDX-FileCopyrightText: 2025 FreshlyBakedCake 2 + # 3 + # SPDX-License-Identifier: MIT 4 + 5 + { 6 + clicks.storage.impermanence.persist.directories = [ 7 + "/var/lib/postgresql" 8 + ]; 9 + }