# Host-specific secret configuration for nix-builder { # SSH host key should be readable by sshd ssh_host_ed25519_key = { mode = "0600"; owner = "root"; group = "root"; path = "/etc/ssh/ssh_host_ed25519_key"; }; }