environment.systemPackages=[cfg.package];# For administration
# For administration
environment.systemPackages=[
(pkgs.writeScriptBin"garage"''
# make it so all future variables set are automatically exported as environment variables
set -a
# source the set environmentFile (since systemd EnvironmentFile is supposed to be a minor subset of posix sh parsing) (with shell arg escaping to avoid quoting issues)