{ lib, pkgs, config, ... }: { deployment = { targetHost = "192.168.178.107"; targetPort = 22; targetUser = "root"; }; networking.hostName = "paperless"; networking.interfaces.wgbr.ipv4.addresses = [ { address = "10.8.1.8"; prefixLength = 24; } ]; imports = [ ../container_config.nix ../services/vikunja.nix ]; }