mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
tailscale
This commit is contained in:
parent
961d41b9bf
commit
c558bad713
15 changed files with 106 additions and 15 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
age.secrets."wg-conf" = {
|
||||
file = ./wg-conf.age;
|
||||
age.secrets = {
|
||||
"wg-conf".file = ./wg-conf.age;
|
||||
"mesh-conf-cleslie".file = ./mesh-conf-cleslie.age;
|
||||
"mesh-conf-infra".file = ./mesh-conf-infra.age;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue