refactor(networking): make private networking section
This commit is contained in:
parent
285c5ad7cc
commit
df41ae0b84
2 changed files with 8 additions and 6 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue