Fix: I hope.

This commit is contained in:
Joey Hafner 2025-02-05 23:32:12 -08:00
parent 4aaf1d33bd
commit 18ca235bad
Signed by: Jafner
GPG Key ID: 6D9A24EF2F389E55

View File

@ -1,7 +1,10 @@
{ sys, pkgs, inputs, flake, ... }: {
imports = [ inputs.sops-nix.nixosModules.sops ];
sops = {
age.sshKeyPaths = [ "/home/${sys.username}/${sys.ssh.privateKey}" ];
age.sshKeyPaths = [
"/home/${sys.username}/${sys.ssh.privateKey}"
"/etc/ssh/ssh_host_ed25519_key"
];
age.generateKey = false;
};