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