{ name, nodes, pkgs, lib, inputs, ... }: { deployment = { targetHost = "192.168.1.70"; targetPort = 22; targetUser = "phoenix"; buildOnTarget = true; keys.phoenix.keyFile = "/home/nixos/.ssh/id_ed25519.pub"; tags = [ "homelab" ]; }; imports = [ ./hardware-configuration.nix ../../modules/common.nix ../../modules/common/incus.nix ./networking.nix ./users.nix ./power-plan.nix ]; }