11 lines
132 B
Nix
11 lines
132 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
./athena-hardware-configuration.nix
|
|
];
|
|
|
|
networking.hostName = "athena";
|
|
}
|