secrets: add mullvad_wg conf file

This commit is contained in:
ooks-io 2024-11-27 22:38:41 +11:00
parent 33e5d8fbea
commit 2565005fe0
3 changed files with 6 additions and 2 deletions

View file

@ -20,6 +20,9 @@ let
hosts.ooksmicro
hosts.ooksx1
];
servers = [
hosts.ooksmedia
];
in {
inherit users hosts workstations;
inherit users servers hosts workstations;
}