devices.srv1.node2: disable kvm xray

This commit is contained in:
2025-07-05 09:47:37 +08:00
parent bdb0652d24
commit ca15905e1a

View File

@@ -9,23 +9,13 @@ inputs:
nixpkgs.march = "broadwell";
network =
{
static =
{
br0 = { ip = "192.168.1.12"; mask = 24; gateway = "192.168.1.1"; dns = "192.168.1.1"; };
eno2 = { ip = "192.168.178.3"; mask = 24; };
};
static.eno2 = { ip = "192.168.178.3"; mask = 24; gateway = "192.168.178.1"; dns = "192.168.178.1"; };
trust = [ "eno2" ];
bridge.br0.interfaces = [ "eno1" ];
};
fileSystems.mount.btrfs."/dev/disk/by-partlabel/srv1-node2-nodatacow" =
{ "/nix/nodatacow" = "/nix/nodatacow"; "/nix/backups" = "/nix/backups"; };
};
services =
{
xray.client = {};
beesd."/".threads = 4;
kvm.nodatacow = true;
};
services.beesd."/".threads = 4;
};
};
}