fixxxxxxxxxxxxxxxx

This commit is contained in:
2026-02-19 21:04:10 +02:00
parent 5b4f973d53
commit 22772a1d3d
2 changed files with 124 additions and 35 deletions

View File

@@ -1,7 +1,5 @@
# wafrn-nix
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
@@ -18,6 +16,8 @@ Example:
services.wafrn = {
enable = true;
# package = my-wafrn-src-package;
# optional: override source checkout path
# source = "/srv/wafrn";
stateDir = "/var/lib/wafrn";