fixed ssh access

This commit is contained in:
2026-04-02 12:37:43 -05:00
parent fb940b055d
commit ad688a1d29

View File

@@ -27,14 +27,11 @@ FLAKE_INPUT_NAME = "Sovran_Systems"
GITEA_API_BASE = "https://git.sovransystems.com/api/v1/repos/Sovran_Systems/Sovran_SystemsOS/commits"
REBOOT_COMMAND = [
"ssh", "-o", "StrictHostKeyChecking=no", "-o", "BatchMode=yes",
"root@localhost",
"reboot",
]
UPDATE_COMMAND = [
"ssh", "-o", "StrictHostKeyChecking=no", "-o", "BatchMode=yes",
"root@localhost",
"bash", "-c",
"cd /etc/nixos && nix flake update && nixos-rebuild switch && flatpak update -y",
]