config

NixOS config
Log | Files | Refs | README | LICENSE

commit a5d8ba9cdfe7dbfd71ddabf19eb6738be2c6142a (tree)
parent fb4b54b24b7d7d1bf5ae4a3e9e6ce467f2b0e750
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Sat, 16 Sep 2023 09:35:12 +0300

deploy-rs: fix typo

Diffstat:
Mmodules/services/deployerbot/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/services/deployerbot/default.nix b/modules/services/deployerbot/default.nix @@ -60,7 +60,7 @@ nix flake update --accept-flake-config --commit-lock-file - ${pkgs.deploy-rs}/bin/deploy-rs -- \ + ${pkgs.deploy-rs}/bin/deploy -- \ --ssh-opts="-i ''${CREDENTIALS_DIRECTORY}/ssh-key" \ --ssh-user=deployerbot-follower \ --confirm-timeout 60 \