From e2b01afea916beec295f175ebb7933e87493170c Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 19 Sep 2022 23:27:21 +0200 Subject: [PATCH] config/c3d2: se a default sops.age.sshKeyPaths --- config/c3d2.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/c3d2.nix b/config/c3d2.nix index 2a864e24..87c1254d 100644 --- a/config/c3d2.nix +++ b/config/c3d2.nix @@ -186,6 +186,8 @@ in { permitRootLogin = "prohibit-password"; }; + sops.age.sshKeyPaths = lib.mkDefault [ "/etc/ssh/ssh_host_ed25519_key" ]; + environment = { systemPackages = with pkgs; [ # Network fetchers