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