Extract wireguard configuration tools to library

This commit is contained in:
Fabian Hauser 2020-11-29 13:02:05 +00:00
parent 03907d416d
commit 155c01b9c1
5 changed files with 36 additions and 30 deletions

3
overlays/default.nix Normal file
View file

@ -0,0 +1,3 @@
self: super: {
lib = (super.lib or { }) // { qois = import ../lib { lib = self.lib; }; };
}