nix-cluster/cluster/nodes/loulou.nix

5 lines
73 B
Nix
Executable file

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