Skip to content

Commit

Permalink
Merge pull request #67 from KP64/feat/atuin
Browse files Browse the repository at this point in the history
  • Loading branch information
oddlama authored Jan 17, 2025
2 parents 5ef0081 + eea3d3f commit b3ab751
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/services/atuin.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 @@ -50,6 +50,12 @@ in {
details.listen = mkIf (address != null && port != null) {text = "${address}:${toString port}";};
};

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

authelia = let
instances =
filterAttrs (_: v: v.enable) config.services.authelia.instances;
Expand Down

0 comments on commit b3ab751

Please sign in to comment.