5 lines
67 B
Nix
Executable file
5 lines
67 B
Nix
Executable file
{ config, lib, pkgs, ...}:
|
|
|
|
{
|
|
networking.hostName = "loulou";
|
|
}
|