Move proxies to module

This commit is contained in:
Greg Hellings
2022-04-20 11:11:35 -05:00
parent cb3dad8411
commit 2798392892
6 changed files with 90 additions and 24 deletions
+7
View File
@@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./proxy.nix
];
}