forked from irl/nix-configs
7 lines
62 B
Nix
7 lines
62 B
Nix
{
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
networking.hostName = "irl-mac-mini";
|
|
}
|