This commit is contained in:
2026-02-19 20:23:58 +02:00
parent 1c56b0c1e5
commit 5b4f973d53
4 changed files with 62 additions and 18 deletions

View File

@@ -1,6 +1,8 @@
# wafrn-nix
example:
By default this module uses a flake-pinned Wafrn source, so you do not need to clone Wafrn manually. You can still override `services.wafrn.source` if you want a local checkout.
Example:
```nix
{
@@ -16,7 +18,8 @@ example:
services.wafrn = {
enable = true;
source = "/srv/wafrn";
# optional: override source checkout path
# source = "/srv/wafrn";
stateDir = "/var/lib/wafrn";
secretsFile = "/run/secrets/wafrn.env";