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