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