_: { # Preserves the hostname of the existing, already-deployed machine # (previously the flat `nix-minimal` target) — the flake attribute name # changed, the real machine's hostname did not. networking.hostName = "nix-minimal"; # Preserved from the pre-refactor `nix-minimal` target — stateVersion must # never be bumped on an already-installed machine. system.stateVersion = "25.05"; }