1
0

hosts/gatekeeper: Migrate secrets to sops

This commit is contained in:
2024-04-21 19:49:00 +02:00
parent 23cae87333
commit 2eb575a104
4 changed files with 28 additions and 20 deletions

View File

@@ -114,7 +114,7 @@
];
listenPort = 51820;
allowedIPsAsRoutes = false;
privateKeyFile = config.age.secrets.wg-vpn.path;
privateKeyFile = config.sops.secrets.wg-vpn.path;
};
};