{ pkgs , ... } : with pkgs . kernelmaft ; { systemd = { units = { "bookwyrm.service" = { text = '' [Unit] After=network.target [Service] ExecStart=${bookwyrm}/bin/bookwyrm WorkingDirectory=/var/lib/bookwyrm '' ; } ; } ; } ; }