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