some fixes

This commit is contained in:
2025-10-23 11:28:56 +00:00
parent dd0d823e36
commit b400acd18e
6 changed files with 170 additions and 9 deletions

View File

@@ -62,6 +62,7 @@ in {
"xen_blkfront"
] ++ (if pkgs.system != "aarch64-linux" then [ "vmw_pvscsi" ] else []);
networking.useDHCP = lib.mkDefault true;
systemd.network.enable = true;
systemd.network.networks."30-wan" = {
matchConfig.Name = "ens3";