secrets: add mullvad_wg conf file
This commit is contained in:
parent
33e5d8fbea
commit
2565005fe0
3 changed files with 6 additions and 2 deletions
|
|
@ -20,6 +20,9 @@ let
|
|||
hosts.ooksmicro
|
||||
hosts.ooksx1
|
||||
];
|
||||
servers = [
|
||||
hosts.ooksmedia
|
||||
];
|
||||
in {
|
||||
inherit users hosts workstations;
|
||||
inherit users servers hosts workstations;
|
||||
}
|
||||
|
|
|
|||
BIN
secrets/mullvad_wg.age
Normal file
BIN
secrets/mullvad_wg.age
Normal file
Binary file not shown.
|
|
@ -1,9 +1,10 @@
|
|||
let
|
||||
keys = import ./keys.nix;
|
||||
inherit (keys) users workstations;
|
||||
inherit (keys) users workstations servers;
|
||||
in {
|
||||
"tailscale-auth.age".publicKeys = [users.ooks] ++ workstations;
|
||||
"github_key.age".publicKeys = [users.ooks] ++ workstations;
|
||||
"spotify_key.age".publicKeys = [users.ooks] ++ workstations;
|
||||
"ooknet_org.age".publicKeys = [users.ooks] ++ workstations;
|
||||
"mullvad_wg.age".publicKeys = [users.ooks] ++ workstations ++ servers;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue