add pagination to footer
This commit is contained in:
parent
232c81e4b1
commit
4e210c1698
4 changed files with 70 additions and 29 deletions
12
flake.nix
12
flake.nix
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue