1
0
Fork 0
dotfiles/agenix/hosts/Styx/config.nix
2023-09-24 18:10:08 +02:00

14 lines
217 B
Nix

{
age = {
identityPaths = [ "/Users/daniel/.ssh/agenix" ];
secrets = {
nix-netrc = {
file = ../all/nix/netrc.age;
path = "/etc/nix/netrc";
mode = "444";
};
};
};
}