machine b4l

This commit is contained in:
2025-07-11 13:46:33 +07:00
parent ac7445bcf6
commit 6fc0884250

View File

@@ -0,0 +1,13 @@
{
imports = [
];
nixpkgs.hostPlatform = {
system = "x86_64-linux";
};
boot.loader.grub.devices = [ "/dev/disk/by-id/changeme" ];
fileSystems = {
"/".device = "/dev/changeme";
};
}