diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-15 15:43:45 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-15 15:59:27 +0530 |
| commit | 926f411a4c703cab001d64b7f8b9701b79a7dc5c (patch) | |
| tree | a95b94fe0061309b6b422c1c889f9595de439c53 /configuration.nix | |
| parent | 03d52d1317af446c513c0257f8c497fed2bfbad8 (diff) | |
| download | homeserver-nixos-config-926f411a4c703cab001d64b7f8b9701b79a7dc5c.tar.gz homeserver-nixos-config-926f411a4c703cab001d64b7f8b9701b79a7dc5c.zip | |
Refactor settings management + dashboard links
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 |
