diff options
| author | Grisha Shipunov | 2025-01-12 21:32:36 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-12 21:32:36 +0100 |
| commit | bd44fc6fcb1fe3df7b8a8c81839e34470fed7911 (patch) | |
| tree | f1a6118da93cac4f533bb001ccbb43ff18366ef3 /hosts/cloud/secrets.nix | |
| parent | ea46b0bb1edd0c76f9c6cf9dfcc905396e9f66b1 (diff) | |
authentik: init
Diffstat (limited to 'hosts/cloud/secrets.nix')
| -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; + }; }; } |
