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:
parent
aed49186c4
commit
0d6b295a1e
11 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
})
|
Loading…
Reference in a new issue