@@ -32,6 +32,8 @@
|
||||
inherit pkgs;
|
||||
};
|
||||
docker-redis = import ./docker/redis { inherit pkgs; };
|
||||
docker-shlink = import ./docker/shlink { inherit pkgs inputs system; };
|
||||
docker-shlink-web-client = import ./docker/shlink-web-client { inherit pkgs inputs system; };
|
||||
docker-sish = import ./docker/sish { inherit pkgs; };
|
||||
docker-traefik = import ./docker/traefik { inherit pkgs; };
|
||||
docker-whoami = import ./docker/whoami { inherit pkgs; };
|
||||
@@ -59,6 +61,9 @@
|
||||
prometheus-fail2ban-exporter = import ./prometheus-fail2ban-exporter { inherit pkgs; };
|
||||
prometheus-podman-exporter = import ./prometheus-podman-exporter { inherit pkgs; };
|
||||
|
||||
shlink = import ./shlink { inherit pkgs; };
|
||||
shlink-web-client = import ./shlink-web-client { inherit pkgs; };
|
||||
|
||||
ssh-known-hosts-github = import ./ssh/known-hosts/github { inherit pkgs inputs system; };
|
||||
|
||||
yazi-plugin-custom-shell = import ./yazi/plugins/custom-shell { inherit pkgs; };
|
||||
|
Reference in New Issue
Block a user