wireguard: init module

This commit is contained in:
LavaDesu 2021-09-20 14:45:07 +00:00
parent 1e370e35f3
commit 43632a9f50
Signed by: cilly
GPG key ID: 6500251E087653C9
8 changed files with 103 additions and 0 deletions

View file

@ -9,4 +9,8 @@ let
in {
"secrets/passwd.age".publicKeys = [ apricot fondue winter rin-apricot rin-fondue rin-winter ];
"secrets/wpa_conf.age".publicKeys = [ apricot winter rin-apricot rin-winter ];
"secrets/wg_apricot.age".publicKeys = [ apricot rin-apricot rin-winter ];
"secrets/wg_fondue.age".publicKeys = [ fondue rin-fondue rin-winter ];
"secrets/wg_winter.age".publicKeys = [ winter rin-winter ];
}