feat: nixvim + zsh, fix: warnings

This commit is contained in:
2026-02-20 16:41:18 +00:00
parent 63a7fd716f
commit f93e12accd
4 changed files with 252 additions and 1 deletions

View File

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