1

Add networking lib

This commit is contained in:
2023-05-24 14:42:59 +02:00
parent 1e69664e06
commit 3eddd64ab8
2 changed files with 85 additions and 0 deletions

View File

@ -6,4 +6,5 @@
}: {
nixos = import ./nixos.nix {inherit inputs pkgs lib;};
modules = import ./modules.nix {inherit inputs pkgs lib;};
networking = import ./networking.nix {inherit inputs pkgs lib;};
}