nix-cluster/cluster/nodes/loulou.nix
2025-11-04 23:02:58 +01:00

5 lines
67 B
Nix
Executable file

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