9 lines
151 B
Nix
9 lines
151 B
Nix
{ pkgs, ... }: {
|
|
environment.systemPackages = with pkgs; [
|
|
agenix
|
|
];
|
|
|
|
age.identityPaths = [
|
|
"/home/thegeneralist/.ssh/id_ed25519"
|
|
];
|
|
}
|