wg-home: remove unused module argument

This commit is contained in:
2025-06-02 08:43:42 +00:00
parent 899e84ca75
commit 9c39b4346b

View File

@@ -2,7 +2,7 @@
# for wireguard docs, see:
# - <https://nixos.wiki/wiki/WireGuard>
# - <https://wiki.archlinux.org/title/WireGuard>
{ config, lib, pkgs, ... }:
{ config, lib, ... }:
let
cfg = config.sane.services.wg-home;