{ pkgs, lib, config, ... }:
{
imports = [ ./hardware-configuration.nix ];
networking.hostName = "chrysanthemum";
networking.hostId = "6bb591ac";
}