diff --git a/hosts/arashi/services/redis.nix b/hosts/arashi/services/redis.nix index 91f3431..abbe755 100644 --- a/hosts/arashi/services/redis.nix +++ b/hosts/arashi/services/redis.nix @@ -1,5 +1,7 @@ -{...}: { +_: { services.redis.servers.default = { enable = true; + openFirewall = true; + port = 6379; }; } diff --git a/hosts/sakura/services/dashdot.nix b/hosts/sakura/services/dashdot.nix index a16aec5..e3b6e5f 100644 --- a/hosts/sakura/services/dashdot.nix +++ b/hosts/sakura/services/dashdot.nix @@ -1,4 +1,4 @@ -{...}: { +_: { virtualisation.oci-containers.containers.dashdot = { image = "mauricenino/dashdot:sha-207b2df"; ports = [ diff --git a/hosts/yuki/services/dashdot.nix b/hosts/yuki/services/dashdot.nix index a16aec5..e3b6e5f 100644 --- a/hosts/yuki/services/dashdot.nix +++ b/hosts/yuki/services/dashdot.nix @@ -1,4 +1,4 @@ -{...}: { +_: { virtualisation.oci-containers.containers.dashdot = { image = "mauricenino/dashdot:sha-207b2df"; ports = [ diff --git a/hosts/yuki/services/homarr.nix b/hosts/yuki/services/homarr.nix index ba06172..7692794 100644 --- a/hosts/yuki/services/homarr.nix +++ b/hosts/yuki/services/homarr.nix @@ -1,4 +1,4 @@ -{...}: { +_: { virtualisation.oci-containers.containers.homarr = { image = "ghcr.io/ajnart/homarr:0.12.3"; ports = [