5 lines
55 B
Nix
5 lines
55 B
Nix
|
{pkgs, ...}:
|
||
|
{
|
||
|
networking.hostName = "clementine";
|
||
|
}
|