modules.system.sops: remove unused gnupg keys

This commit is contained in:
2025-05-24 18:34:21 +08:00
parent 091c16e887
commit 524285fa67

View File

@@ -35,7 +35,6 @@ inputs:
];
# sops start before impermanence, so we need to use the absolute path
age.sshKeyPaths = [ "/nix/persistent/etc/ssh/ssh_host_ed25519_key" ];
gnupg.sshKeyPaths = [ "/nix/persistent/etc/ssh/ssh_host_rsa_key" ];
};
};
}