add pagination to footer

This commit is contained in:
Jonas Heinrich 2025-03-08 17:09:38 +01:00
parent 232c81e4b1
commit 4e210c1698
4 changed files with 70 additions and 29 deletions

View file

@ -35,19 +35,9 @@
services.invoiceplane.sites."localhost" = {
enable = true;
settings = {
IP_URL = "http://localhost:8080";
#DISABLE_SETUP = true;
#SETUP_COMPLETED = true;
};
settings.IP_URL = "http://localhost:8080";
};
# FIXME
# https://github.com/NixOS/nixpkgs/pull/309908
services.caddy.virtualHosts."http://localhost".logFormat = lib.mkForce ''
output discard
'';
nixos-shell.mounts.extraMounts = {
"/var/lib/invoiceplane/localhost/pdf" = {
target = /home/onny/projects/invoiceplane-heinrichmalerbetrieb;