diff options
Diffstat (limited to 'hosts/cloud')
| -rw-r--r-- | hosts/cloud/secrets.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/cloud/secrets.nix b/hosts/cloud/secrets.nix index d9d5b51..e1d492f 100644 --- a/hosts/cloud/secrets.nix +++ b/hosts/cloud/secrets.nix @@ -7,5 +7,8 @@ "wg/0xa-mgmt" = { owner = config.users.users.systemd-network.name; }; + "wg/0xa-proxy" = { + owner = config.users.users.systemd-network.name; + }; }; } |
