From 926f411a4c703cab001d64b7f8b9701b79a7dc5c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 15 Jun 2025 15:43:45 +0530 Subject: Refactor settings management + dashboard links --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 6622ec1..cb191a2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,6 +11,12 @@ ./modules/monitoring ]; + # services.shiori = { + # enable = true; + # port = 3144; + # }; + # networking.firewall.allowedTCPPorts = [ 3144 ]; + environment.systemPackages = with pkgs; [ bottom mtm -- cgit v1.3.1