Add ripgrep
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
./services/authelia.nix
|
||||
./services/gitea.nix
|
||||
./services/gitea-runner.nix
|
||||
./services/homeassistant.nix
|
||||
./services/homepage.nix
|
||||
./services/immich.nix
|
||||
./services/kopia.nix
|
||||
@ -174,6 +175,7 @@
|
||||
nnn
|
||||
busybox
|
||||
glances
|
||||
ripgrep
|
||||
|
||||
docker-compose
|
||||
];
|
||||
|
@ -8,12 +8,7 @@
|
||||
image = "fallenbagel/jellyseerr:latest";
|
||||
autoStart = true;
|
||||
|
||||
dependsOn = [
|
||||
# "pihole"
|
||||
# "sonarr"
|
||||
# "radarr"
|
||||
# "jellyfin"
|
||||
];
|
||||
dependsOn = [];
|
||||
|
||||
ports = [
|
||||
"5055:5055"
|
||||
|
Reference in New Issue
Block a user