diff options
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
