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

8
flake.lock generated
View file

@ -703,11 +703,11 @@
}, },
"private": { "private": {
"locked": { "locked": {
"lastModified": 1680278490, "lastModified": 1680278963,
"narHash": "sha256-CiP5oShOX+BXh8r+7mEMJg2OzszZ3XOwdqlu3zhU6Uk=", "narHash": "sha256-xQV3xCyGSH+wgi06AE8ZK8U9C6iLqp9IVjfcPAUUmjM=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "5dc38740b5b82d2b55e5dac54b666faf5e4fcfd8", "rev": "b7703cc30aa84ef12cf41f251057c7fc38eabcf1",
"revCount": 2, "revCount": 3,
"type": "git", "type": "git",
"url": "ssh://git@github.com/Infinidoge/universe-private" "url": "ssh://git@github.com/Infinidoge/universe-private"
}, },

View file

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