feat: passby router - aqua

This commit is contained in:
Ryan Yin
2024-01-21 17:22:59 +08:00
parent a2814f326c
commit 22066db41b
26 changed files with 542 additions and 176 deletions

View File

@@ -6,11 +6,12 @@
inherit (inputs.nixpkgs) lib;
mylib = import ../lib {inherit lib;};
vars = import ./vars.nix;
vars_networking = import ./vars_networking.nix {inherit lib;};
specialArgsForSystem = system:
{
inherit (constants) username userfullname useremail;
inherit mylib;
inherit mylib vars_networking;
# use unstable branch for some packages to get the latest updates
pkgs-unstable = import inputs.nixpkgs-unstable {
inherit system; # refer the `system` parameter form outer scope recursively