config-new/modules/linux/agenix.nix
2025-05-24 15:38:19 +02:00

9 lines
151 B
Nix

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
agenix
];
age.identityPaths = [
"/home/thegeneralist/.ssh/id_ed25519"
];
}