7 lines
98 B
Nix
7 lines
98 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
# Name your host machine
|
|
networking.hostName = "jaal";
|
|
|
|
}
|