System Gen182 @ 2025-05-02-23:48:15 by jonas@comfy-station
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
cfg = config.networking.wg.client;
|
||||
cfg = config.hive.wg.client;
|
||||
peers = import ./peers.nix {};
|
||||
in {
|
||||
options.networking.wg.client = {
|
||||
options.hive.wg.client = {
|
||||
enable = lib.mkEnableOption "Enable WireGuard client";
|
||||
autoConnect = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
|
||||
Reference in New Issue
Block a user