1 2 3 4 5 6 7 8 9 10
{...}: { imports = [ ./hardware-configuration.nix ]; networking.hostName = "herra"; # Dual-boot with Windows 11 boot.loader.grub.useOSProber = true; }