Skip to content

Commit

Permalink
Merge pull request #69 from KP64/feat/tabby
Browse files Browse the repository at this point in the history
  • Loading branch information
oddlama authored Jan 20, 2025
2 parents ddee774 + d0de3c1 commit 21dceaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/services/tabby.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions nixos/extractors/services.nix
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,12 @@ in {
details.listen = mkIf (address != null && port != null) {text = "${address}:${toString port}";};
};

tabby = mkIf config.services.tabby.enable {
name = "Tabby";
icon = "services.tabby";
details.listen.text = "${config.services.tabby.host}:${toString config.services.tabby.port}";
};

traefik = let
dynCfg = config.services.traefik.dynamicConfigOptions;
in
Expand Down

0 comments on commit 21dceaf

Please sign in to comment.