diff options
| author | Vineet Kumar <git@vineetk.net> | 2026-05-14 16:44:55 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-05-14 16:52:26 -0400 |
| commit | 5eb77aeabcd73631d9bfa80624d8542709ff615a (patch) | |
| tree | 20f655c37fe31690c410e7d985c736de0bb4f421 /epistemia/deploy.scm | |
| parent | 84b67312d10655099e7f193308be0c3b76dccd95 (diff) | |
saklas: remove git's ssh chroot
Diffstat (limited to 'epistemia/deploy.scm')
| -rw-r--r-- | epistemia/deploy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epistemia/deploy.scm b/epistemia/deploy.scm index db8d42a..22eda8e 100644 --- a/epistemia/deploy.scm +++ b/epistemia/deploy.scm | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | (list (machine | 1 | (list (machine |
| 2 | (operating-system (load "systems/saklas_dedi.scm")) | 2 | (operating-system (load "systems/saklas.scm")) |
| 3 | (environment managed-host-environment-type) | 3 | (environment managed-host-environment-type) |
| 4 | (configuration (machine-ssh-configuration | 4 | (configuration (machine-ssh-configuration |
| 5 | (host-name "saklas.epistemia") | 5 | (host-name "saklas.epistemia") |
| 6 | (system "x86_64-linux") | 6 | (system "x86_64-linux") |
| 7 | (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILisyUFXdEQHKE42FavKbHHJQJpQAuzbfkmjHrBqZtW2") | 7 | (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINmdSO3VpL2Y18LV74dikABLEN2hE/abSlyoaiNn5kiR") |
| 8 | (identity "/data/ssh/id_ed25519") | 8 | (identity "/data/ssh/id_ed25519") |
| 9 | (safety-checks? #f))))) | 9 | (safety-checks? #f))))) |
