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

  networking.hostName = "kronos";
}