From 8f895f01a72861db1da4454ed001eb1eef4aef91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 30 Oct 2023 14:26:50 +0100 Subject: [PATCH] feat: ledger -> hledger --- systems/ful/configuration.nix | 3 +-- systems/ful/{ledger.nix => hledger.nix} | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename systems/ful/{ledger.nix => hledger.nix} (100%) 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