{ lib, pkgs, config, ... }: { deployment = { targetHost = "192.168.178.123"; targetPort = 22; targetUser = "root"; }; networking.hostName = "wireguard"; imports = [ ../container_config.nix ../services/wireguard.nix ]; }