refactor(networking): make private networking section

This commit is contained in:
Infinidoge 2023-03-31 12:09:47 -04:00
parent 285c5ad7cc
commit df41ae0b84
2 changed files with 8 additions and 6 deletions

View file

@ -61,7 +61,7 @@
, nixos
, home
, agenix
# , deploy
, private
, ...
}@inputs:
digga.lib.mkFlake
@ -117,6 +117,8 @@
bud.nixosModules.bud
./secrets
private.nixosModules.networking
# --- Library Modules ---
inputs.nixos-wsl.nixosModules.wsl
inputs.impermanence.nixosModules.impermanence
@ -151,7 +153,7 @@
];
};
inherit (inputs) private;
inherit private;
};
};