From 680ab1a6f9d94891bfd5c1c3cb4ddb1d4d44cfe9 Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 23 Jun 2023 22:26:52 -0400 Subject: [PATCH] home: formatting --- hosts/arashi/services/redis.nix | 4 +++- hosts/sakura/services/dashdot.nix | 2 +- hosts/yuki/services/dashdot.nix | 2 +- hosts/yuki/services/homarr.nix | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) 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 = [