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