{ ... }: { imports = [ ../../profiles/virtualbox.nix ]; networking.hostName = "virtualbox"; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; # Machine-specific config generated by nixos-generate-config can be # merged here: disk layout, boot loader, filesystem, hardware options. }