From ae10053eeb255b3d0796c515bccb3b1a8009b87f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Mon, 14 Jul 2025 01:51:32 +0300 Subject: [PATCH] Fix nix ssh settings --- modules/services/nix-cache-server.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/nix-cache-server.nix b/modules/services/nix-cache-server.nix index 8ac1988..879ed57 100644 --- a/modules/services/nix-cache-server.nix +++ b/modules/services/nix-cache-server.nix @@ -15,6 +15,7 @@ in sshServe = { enable = true; + trusted = true; write = true; keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKNhPvGogPY/O6kIqrpbz0EcK4L5QQShvD+vuyk7FxFd root@cert-store"