diff options
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))))) |
