1
1
Fork 1
mirror of https://github.com/oddlama/nixos-extra-modules.git synced 2025-10-11 06:10:39 +02:00

feat: rework wireguard modules using globals

This commit is contained in:
Patrick 2025-02-08 21:27:28 +01:00
parent 93b08971cf
commit ee0c651439
No known key found for this signature in database
GPG key ID: 451F95EFB8BECD0F
7 changed files with 456 additions and 627 deletions

View file

@ -11,12 +11,8 @@ prev.lib.composeManyExtensions (
./lib/disko.nix
# Requires misc
./lib/net.nix
# Requires misc, types
./lib/wireguard.nix
])
++ [
(import ./pkgs)
]
)
final
prev
) final prev