git.delta.rocks / jrsonnet / refs/commits / 0f6e11e64e77

difftreelog

feat(nixos) system.onlineActivationScripts

Lach2025-04-24parent: #1b47815.patch.diff
in: trunk

1 file changed

modifiedmodules/nixos/online.nixdiffbeforeafterboth
before · modules/nixos/online.nix
1{...}: {2	config.system.activationScripts.onlineActivation = ''3		if [ -z ''${FLEET_ONLINE_ACTIVATION+x} ]; then4			1>&2 echo "online activation; hello, fleet!"5		fi6	'';7}