git.delta.rocks / jrsonnet / refs/commits / 33e3a6cc33fd

difftreelog

source

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