diff --git a/hosts/modules/wg-home.nix b/hosts/modules/wg-home.nix index fc97adb51..fb73a7ea9 100644 --- a/hosts/modules/wg-home.nix +++ b/hosts/modules/wg-home.nix @@ -2,7 +2,7 @@ # for wireguard docs, see: # - # - -{ config, lib, pkgs, ... }: +{ config, lib, ... }: let cfg = config.sane.services.wg-home;