feat: add wireguard watchdog
This commit is contained in:
parent
b3c5ad2880
commit
27482b20d7
7 changed files with 137 additions and 30 deletions
|
|
@ -1,7 +1,2 @@
|
|||
{
|
||||
sops = {
|
||||
secrets = {
|
||||
"wireguard/wg0.conf" = { };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
../../../modules/postgresql.nix
|
||||
./mail.nix
|
||||
# ./mail.nix
|
||||
./nginx.nix
|
||||
./wireguard.nix
|
||||
# ./nextcloud.nix
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@ in
|
|||
{
|
||||
sops = {
|
||||
secrets = {
|
||||
"wireguard/wg0.conf" = { };
|
||||
|
||||
"lam/env" = { };
|
||||
|
||||
"netbird/oidc/secret" = mkIf config.services.netbird.server.dashboard.enable {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
{ config, lib, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
sops = {
|
||||
secrets = {
|
||||
"wireguard/wg0.conf" = { };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue