disable root password auth
Some checks are pending
NixOS Rebuild / rebuild (push) Waiting to run

This commit is contained in:
Satria 2026-03-15 10:33:25 +07:00
commit 4d9b826d39
2 changed files with 3 additions and 1 deletions

View file

@ -21,6 +21,7 @@ jobs:
- name: Rebuild
run: |
ssh -i ./ssh/deploy_key \
-o PasswordAuthentication=no \
-o StrictHostKeyChecking=no \
-o UserKnownHostsFile=/dev/null \
root@localhost \
@ -30,6 +31,7 @@ jobs:
if: always()
run: |
ssh -i ./ssh/deploy_key \
-o PasswordAuthentication=no \
-o StrictHostKeyChecking=no \
-o UserKnownHostsFile=/dev/null \
root@localhost "bash -lc 'nixos-version'"