aboutsummaryrefslogtreecommitdiff
path: root/hosts/herra/configuration.nix
blob: 2e0dd756a8a71e3ee39d2c27ecab10d0e2059312 (plain)
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;
}