devices.nas: enable binfmt

This commit is contained in:
2025-12-16 15:13:23 +08:00
parent 4576d11bb9
commit 838853bccf

View File

@@ -29,6 +29,7 @@ inputs:
network.settings.static.enp3s0 =
{ ip = "192.168.1.2"; mask = 24; gateway = "192.168.1.1"; dns = "192.168.1.1"; };
kernel.patches = [ "btrfs" ];
binfmt = {};
};
hardware.gpu.type = "intel";
services =