forked from dea/dea-files
8 lines
99 B
Nix
8 lines
99 B
Nix
|
|
{...}: {
|
||
|
|
imports = [
|
||
|
|
./hardware-configuration.nix
|
||
|
|
];
|
||
|
|
|
||
|
|
networking.hostName = "nahemah";
|
||
|
|
}
|