pinwheel: Add .netrc file

This commit is contained in:
Alexander Heldt
2023-09-23 20:13:04 +02:00
parent 3591e64d0d
commit 470408291e
3 changed files with 10 additions and 0 deletions

View File

@@ -20,4 +20,13 @@
home.stateVersion = "23.05";
};
};
age.secrets = {
"netrc" = {
file = ../../secrets/pinwheel/netrc.age;
path = "/home/alex/.netrc";
owner = "alex";
group = "users";
};
};
}