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

@@ -3,6 +3,7 @@
service_configs,
lib,
config,
inputs,
...
}:
{
@@ -13,6 +14,7 @@
"${service_configs.minecraft.parent_dir}/${service_configs.minecraft.server_name}"
]
)
inputs.nix-minecraft.nixosModules.minecraft-servers
];
environment.systemPackages = [

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