nix-cluster/cluster/nodes/loulou.nix

10 lines
82 B
Nix
Executable file

{
config,
lib,
pkgs,
...
}:
{
config.filouterie.hostName = "loulou";
}