add wg support

This commit is contained in:
alisceon 2026-05-29 14:25:51 +02:00
parent 14ec1eca2e
commit b3a36d9dbe
5 changed files with 106 additions and 12 deletions

View file

@ -57,6 +57,7 @@
mkSharedModules = pkgs: pkgs-unstable: [
./nixos/modules/base.nix
./nixos/modules/services/wireguard-peer.nix
inputs.home-manager.nixosModules.home-manager
({ ... }: {
home-manager.useGlobalPkgs = true;