pinwheel: Add .netrc file
This commit is contained in:
@@ -20,4 +20,13 @@
|
||||
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
BIN
secrets/pinwheel/netrc.age
Normal file
Binary file not shown.
@@ -10,4 +10,5 @@ in {
|
||||
"pinwheel/alex.pinwheel-github.com.pub.age".publicKeys = [ pinwheel alex ];
|
||||
"pinwheel/alex.pinwheel-work.age".publicKeys = [ pinwheel alex ];
|
||||
"pinwheel/alex.pinwheel-work.pub.age".publicKeys = [ pinwheel alex ];
|
||||
"pinwheel/netrc.age".publicKeys = [ pinwheel alex ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user