some work

This commit is contained in:
Grisha Shipunov 2025-01-12 13:45:55 +01:00
parent 2c6f0762ea
commit 9107892589
8 changed files with 74 additions and 4 deletions

View file

@ -1,8 +1,6 @@
{
lib,
config,
self,
registry,
...
}:
{

View file

@ -23,6 +23,14 @@
publicIface = "enp1s0";
};
};
"authentik" = {
address = [
"10.89.88.2/24"
"fd31:185d:722f::2/48"
];
publicKey = "";
privateKeyFile = config.sops.secrets."wg/0xa-proxy".path;
};
};
}
];