feat: nixvim + zsh, fix: warnings

This commit is contained in:
2026-02-20 16:41:18 +00:00
parent e12e8dcccd
commit 9b1118ec00
4 changed files with 252 additions and 1 deletions
@@ -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;