diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 46cac99..bd4bc37 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -28,6 +28,7 @@ # gw 192.168.42.1 systemd.network = { + enable = true; networks = { "10-lan" = { matchConfig.Name = [ "eno1np0" ];