blob: 31abf74c271bff62283d6e7344289c453ce02cdb (
plain)
1
2
3
4
5
6
7
8
9
10
|
rec {
users.user = "age16w4643wxn796n26ev9dus5a8v3zfzj74uf0vr7cakdpfaz6j2vasvjqvwg";
hosts.main = "age1kpyxel2fy7y52rc6n32zwy99gpaersn62f8uejj62vmmymnutdvqx5t258";
hosts.aux = "age1xjtclyph0jfcu0pdmxnmz4yj04hjared5ue4u385whqpl79f2ydqng0x0l";
default = [ users.user hosts.main ];
secrets = {
root = [ hosts.aux ];
"user/sec" = [ hosts.aux ];
};
}
|