wrong location

This commit is contained in:
2026-03-03 01:23:45 +01:00
parent af12a97c5e
commit 2606b75ef1

View File

@@ -1,7 +0,0 @@
{ ... }: {
flake.nixosModules.network = {lib, hostName, ... }:{
networking.firewall.enable = true;
networking.useDHCP = true;
networking.networkmanager.enable = true;
};
}