feat: add wireguard watchdog

This commit is contained in:
danny 2025-12-30 15:11:46 +08:00
parent b3c5ad2880
commit 27482b20d7
7 changed files with 137 additions and 30 deletions

View file

@ -1,8 +1,3 @@
{ config, lib, ... }:
{ ... }:
{
sops = {
secrets = {
"wireguard/wg0.conf" = { };
};
};
}