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

5 lines
65 B
Nix
Executable file

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