nit: cleanup imports

This commit is contained in:
2026-01-09 12:52:16 -05:00
parent aaef39d31a
commit 513e426f89
7 changed files with 23 additions and 14 deletions

View File

@@ -1,11 +1,14 @@
{
pkgs,
service_configs,
eth_interface,
config,
inputs,
...
}:
{
imports = [
inputs.vpn-confinement.nixosModules.default
];
# network namespace that is proxied through mullvad
vpnNamespaces.wg = {
enable = true;
@@ -14,5 +17,4 @@
# "192.168.0.0/24"
];
};
}