aboutsummaryrefslogtreecommitdiff
path: root/hosts/herra/configuration.nix
blob: 4f8f59a62a48fbf237bca82bdba2981190ee4a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
{...}: {
  imports = [
    ./hardware-configuration.nix
    ../../home/rices/nord-blue/system.nix
  ];

  networking.hostName = "herra";

  # Dual-boot with Windows 11
  boot.loader.grub.useOSProber = true;
}