summaryrefslogtreecommitdiff
path: root/hosts/cloud
diff options
context:
space:
mode:
authorGrisha Shipunov2025-01-12 21:32:36 +0100
committerGrisha Shipunov2025-01-12 21:32:36 +0100
commitbd44fc6fcb1fe3df7b8a8c81839e34470fed7911 (patch)
treef1a6118da93cac4f533bb001ccbb43ff18366ef3 /hosts/cloud
parentea46b0bb1edd0c76f9c6cf9dfcc905396e9f66b1 (diff)
authentik: init
Diffstat (limited to 'hosts/cloud')
-rw-r--r--hosts/cloud/secrets.nix3
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;
+ };
};
}