feat!(hledger): Use own replacement for hledger-web service

The service definition in current unstable is broken since
`--capabilities` was replaced by `--allow`.
This commit is contained in:
Alexander Kobjolke 2024-03-23 21:36:40 +01:00
parent ab1ea042b9
commit bd7e5f5d14
2 changed files with 143 additions and 0 deletions

View file

@ -7,6 +7,8 @@ let
authorityFromUrl = url:
builtins.head (pkgs.lib.drop 1 (pkgs.lib.splitString "://" url));
in {
disabledModules = [ "services/web-apps/hledger-web.nix" ];
imports = [
./hardware-configuration.nix
inputs.snm.nixosModule
@ -19,6 +21,7 @@ in {
../../modules/timezone.nix
../../modules/keybase.nix
../../modules/ssh.nix
../../modules/hledger-web.nix
];
# Use the GRUB 2 boot loader.