1 { config, lib, pkgs, ... }:
3 fqdn = "archivebox.${config.networking.hostName}.${config.networking.domain}";
5 environment.systemPackages = [ pkgs.archivebox ];
6 services.archivebox = {
10 helpers.webservices."${fqdn}".port = config.services.archivebox.port;