add cloudflare secret
This commit is contained in:
parent
97f77a9089
commit
16b73f5e15
3 changed files with 13 additions and 0 deletions
|
|
@ -34,6 +34,7 @@
|
||||||
owner = "osbm";
|
owner = "osbm";
|
||||||
mode = "0644";
|
mode = "0644";
|
||||||
};
|
};
|
||||||
|
cloudflare.file = ../secrets/cloudflare.age;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
|
||||||
11
secrets/cloudflare.age
Normal file
11
secrets/cloudflare.age
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
age-encryption.org/v1
|
||||||
|
-> ssh-ed25519 YVcKMQ AcOERGRIWGHPh5Yiyv+qhUeAxvqlVm/CK3ccLUHr+QQ
|
||||||
|
ikymn9p1hd/WwNBy56zjDCe9PYpzlaNUrsVPLqBmx/E
|
||||||
|
-> ssh-ed25519 a9zBzw CROEWbssNy0ZR6XAMlZge4WXo9bbIr3STZTbJd60Gy4
|
||||||
|
sEm1PQlQqn/YWCd0mFLNPodytjPKzTuKcE4qdzqP5/U
|
||||||
|
-> ssh-ed25519 lB8z1g 9whbK/aiWpHuJodOV9/9S7HVu627rATrFpa0BNgJJS0
|
||||||
|
7NvwByFdit69wGUYqUnbjzOh3FYhFcOm+WFV3+zYIy4
|
||||||
|
-> ssh-ed25519 Ws1uag tceqObVyXX5rL4Qnb+a4u684FIurr3t4GBiY3MLPl0Q
|
||||||
|
DAnrk6TPB019RNYwct0EzJGFtepifabD6p7ALvtyLGw
|
||||||
|
--- dljwCcBDPCMpDAq4K7d3plHm+9byKYMyTHNwbjSfAho
|
||||||
|
Ê×üˆi‡;®½Á÷ÜË#^Ø
SGŸ
|ñi<C3B1>Jʽê¦É<C2A6>ìnÅ4ûÛ`)HÆðY%º›g7ø<37>àäÙ"FÂF5P4ÔÔu+‚
|
||||||
|
|
@ -14,4 +14,5 @@ in {
|
||||||
"network-manager.age".publicKeys = machines ++ [osbm];
|
"network-manager.age".publicKeys = machines ++ [osbm];
|
||||||
"ssh-key-private.age".publicKeys = machines ++ [osbm];
|
"ssh-key-private.age".publicKeys = machines ++ [osbm];
|
||||||
"ssh-key-public.age".publicKeys = machines ++ [osbm];
|
"ssh-key-public.age".publicKeys = machines ++ [osbm];
|
||||||
|
"cloudflare.age".publicKeys = machines ++ [osbm];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue