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

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;
};
};