Commit 25948f0f7420

Vincent Demeester <vincent@sbr.pm>
2026-02-12 13:25:37
feat(okinawa): added host keys and enabled services
Populated SSH host key and Syncthing ID after initial install. Enabled containers and docker services.
1 parent 3be8dc3
Changed files (2)
systems/okinawa/extra.nix
@@ -10,8 +10,8 @@
     ../common/programs/git.nix
     ../common/programs/nix-ld.nix
     ../common/programs/tmux.nix
-    # ../common/services/containers.nix
-    # ../common/services/docker.nix
+    ../common/services/containers.nix
+    ../common/services/docker.nix
     ../common/services/prometheus-exporters-node.nix
   ];
 
globals.nix
@@ -502,10 +502,10 @@ _: {
         ];
       };
       ssh = {
-        hostKey = "REPLACE-AFTER-INSTALL"; # From: cat /etc/ssh/ssh_host_ed25519_key.pub
+        hostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM8vCZ0h6geJZt6i5k6chEDZBggoyq91Z+oNSjvVeSfW root@okinawa"; # From: cat /etc/ssh/ssh_host_ed25519_key.pub
       };
       syncthing = {
-        id = "REPLACE-AFTER-INSTALL"; # From Syncthing UI (http://localhost:8384)
+        id = "BTDYRYQ-IOUC6IE-2BRMDDG-4CX6OUU-XCEUMSG-QF5O463-YFTNHTS-3NGRUQX"; # From Syncthing UI (http://localhost:8384)
         folders = {
           sync = { };
           org = { };