{ config, lib, pkgs, ... }: { imports = [ ./hardware-configuration.nix ../../modules/common.nix ]; networking.hostName = "Heracles"; services.power-profiles-daemon.enable = true; }