System Gen9 @ 2026-03-28-17:19:27 by jonas@harbor

This commit is contained in:
2026-03-28 17:19:29 +01:00
parent 2675e4077e
commit 3570ff6b5d
3 changed files with 9 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
...
}: let
cfg = config.hive.wg.server;
peers = import ./peers.nix {inherit lib;};
peers = import ./_peers.nix {inherit lib;};
in {
options.hive.wg.server = {
enable = lib.mkEnableOption "Enable WireGuard server";