20 lines
405 B
Nix
20 lines
405 B
Nix
{
|
|
age = {
|
|
identityPaths = [ "/Users/daniel/.ssh/agenix" ];
|
|
|
|
secrets = {
|
|
nix-netrc = {
|
|
file = ../all/nix/netrc.age;
|
|
path = "/etc/nix/netrc";
|
|
mode = "444";
|
|
};
|
|
|
|
git-maintenance = {
|
|
file = ./git/maintenance.age;
|
|
path = "/Users/daniel/.config/git/maintenance-config";
|
|
owner = "daniel";
|
|
group = "staff";
|
|
};
|
|
};
|
|
};
|
|
}
|