8 lines
62 B
Nix
8 lines
62 B
Nix
|
{
|
||
|
lib,
|
||
|
...
|
||
|
}:
|
||
|
{
|
||
|
networking.hostName = "irl-mac-mini";
|
||
|
}
|