diff --git a/systems/ful/configuration.nix b/systems/ful/configuration.nix index aa18d38..a55f4fc 100644 --- a/systems/ful/configuration.nix +++ b/systems/ful/configuration.nix @@ -1,5 +1,4 @@ { - lib, config, pkgs, ... @@ -11,7 +10,7 @@ in { ./matomo.nix ./radio.nix ./panoptikon.nix - ./ledger.nix + ./hledger.nix ../../configs/monitoring.nix ../../configs/tor.nix ../../configs/save-space.nix diff --git a/systems/ful/ledger.nix b/systems/ful/hledger.nix similarity index 100% rename from systems/ful/ledger.nix rename to systems/ful/hledger.nix