Files
nixos/hosts/Heracles/configuration.nix

13 lines
197 B
Nix
Raw Normal View History

2026-04-08 10:58:44 +02:00
{ config, lib, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
../../modules/common.nix
];
networking.hostName = "Heracles";
services.power-profiles-daemon.enable = true;
}