diff options
| -rw-r--r-- | epistemia/deploy.scm | 4 | ||||
| -rw-r--r-- | epistemia/systems/saklas.scm | 6 |
2 files changed, 3 insertions, 7 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))))) |
diff --git a/epistemia/systems/saklas.scm b/epistemia/systems/saklas.scm index 0602738..7678e17 100644 --- a/epistemia/systems/saklas.scm +++ b/epistemia/systems/saklas.scm | |||
| @@ -318,11 +318,7 @@ table inet filter { | |||
| 318 | (authorized-keys | 318 | (authorized-keys |
| 319 | `(("vin" ,(local-file "/data/ssh/id_ed25519.pub")) | 319 | `(("vin" ,(local-file "/data/ssh/id_ed25519.pub")) |
| 320 | ("git" ,(local-file "/data/ssh/id_ed25519.pub")) | 320 | ("git" ,(local-file "/data/ssh/id_ed25519.pub")) |
| 321 | ("root" ,(local-file "/data/ssh/id_ed25519.pub")))) | 321 | ("root" ,(local-file "/data/ssh/id_ed25519.pub")))))) |
| 322 | (extra-content "\ | ||
| 323 | Match User git | ||
| 324 | ChrootDirectory /data/src/bare | ||
| 325 | ForceCommand git-shell\n"))) | ||
| 326 | (service unbound-service-type | 322 | (service unbound-service-type |
| 327 | (unbound-configuration | 323 | (unbound-configuration |
| 328 | (server | 324 | (server |
