devices.nas: disable nixvirt

This commit is contained in:
2025-11-12 11:27:36 +08:00
parent 20c667bbfb
commit 4e125b77be

View File

@@ -25,11 +25,8 @@ inputs:
};
initrd.sshd = {};
nixpkgs.march = "alderlake";
network.settings =
{
bridge.nixvirt.interfaces = [ "enp3s0" ];
static.nixvirt = { ip = "192.168.1.2"; mask = 24; gateway = "192.168.1.1"; dns = "192.168.1.1"; };
};
network.settings.static.enp3s0 =
{ ip = "192.168.1.2"; mask = 24; gateway = "192.168.1.1"; dns = "192.168.1.1"; };
kernel.patches = [ "btrfs" ];
};
hardware.gpu.type = "intel";
@@ -70,7 +67,6 @@ inputs:
podman = {};
peertube = {};
nginx.applications.webdav.instances."webdav.chn.moe" = {};
nixvirt = {};
};
};
systemd.tmpfiles.rules =