1
0
Fork 0
dotfiles/agenix/hosts/Styx/config.nix

14 lines
217 B
Nix
Raw Normal View History

2023-09-24 16:10:08 +00:00
{
age = {
identityPaths = [ "/Users/daniel/.ssh/agenix" ];
secrets = {
nix-netrc = {
file = ../all/nix/netrc.age;
path = "/etc/nix/netrc";
mode = "444";
};
};
};
}