1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/routnerr-2: move router configs to subdirectory

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2020-04-22 10:13:52 -04:00
parent aed49186c4
commit 0d6b295a1e
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94
11 changed files with 2 additions and 2 deletions

View file

@ -27,12 +27,12 @@ in {
./wgipamd.nix
# Out-of-tree modules.
./modules/wgipamd.nix
../modules/wgipamd.nix
];
nixpkgs.overlays = [
(self: super: {
wgipamd = super.callPackage ./pkgs/wgipamd.nix {
wgipamd = super.callPackage ../pkgs/wgipamd.nix {
buildGoModule = super.buildGo113Module;
};
})