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"; home.stateVersion = "23.05";
}; };
}; };
age.secrets = {
"netrc" = {
file = ../../secrets/pinwheel/netrc.age;
path = "/home/alex/.netrc";
owner = "alex";
group = "users";
};
};
} }

BIN
secrets/pinwheel/netrc.age Normal file

Binary file not shown.

View File

@@ -10,4 +10,5 @@ in {
"pinwheel/alex.pinwheel-github.com.pub.age".publicKeys = [ pinwheel alex ]; "pinwheel/alex.pinwheel-github.com.pub.age".publicKeys = [ pinwheel alex ];
"pinwheel/alex.pinwheel-work.age".publicKeys = [ pinwheel alex ]; "pinwheel/alex.pinwheel-work.age".publicKeys = [ pinwheel alex ];
"pinwheel/alex.pinwheel-work.pub.age".publicKeys = [ pinwheel alex ]; "pinwheel/alex.pinwheel-work.pub.age".publicKeys = [ pinwheel alex ];
"pinwheel/netrc.age".publicKeys = [ pinwheel alex ];
} }