Refactored repo layout
This commit is contained in:
12
hosts/Heracles/configuration.nix
Normal file
12
hosts/Heracles/configuration.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../modules/common.nix
|
||||
];
|
||||
|
||||
networking.hostName = "Heracles";
|
||||
services.power-profiles-daemon.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user