1
Fork 0

Fix whoogle wrong nixos option name

This commit is contained in:
Matei Adriel 2024-01-18 07:48:58 +01:00
parent 2237322c33
commit 57bd599f4d
No known key found for this signature in database

View file

@ -12,7 +12,7 @@ in
imports = [ ../../common/optional/podman.nix ];
networking.firewall.allowedTCPPorts = [ port ];
virtualisation.oci-containers.whoogle-search = {
virtualisation.oci-containers.containers.whoogle-search = {
image = "benbusby/whoogle-search";
autoStart = true;
ports = "${toString port}:5000"; # server:docker