1
0

hosts/monitoring-3: Migrate secrets to sops

This commit is contained in:
2024-04-21 19:15:15 +02:00
parent 7ad061292d
commit 2775acdb48
5 changed files with 30 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ in {
ips = [ "fd00:327:327:327::1/64" ];
listenPort = 54523;
peers = monitoringPeers;
privateKeyFile = config.age.secrets.wg-monitoring.path;
privateKeyFile = config.sops.secrets.wg-monitoring.path;
};
};