home: formatting

This commit is contained in:
notohh 2023-06-23 22:26:52 -04:00
parent 55a3526bf2
commit 680ab1a6f9
Signed by: notohh
GPG key ID: BD47506D475EE86D
4 changed files with 6 additions and 4 deletions

View file

@ -1,5 +1,7 @@
{...}: { _: {
services.redis.servers.default = { services.redis.servers.default = {
enable = true; enable = true;
openFirewall = true;
port = 6379;
}; };
} }

View file

@ -1,4 +1,4 @@
{...}: { _: {
virtualisation.oci-containers.containers.dashdot = { virtualisation.oci-containers.containers.dashdot = {
image = "mauricenino/dashdot:sha-207b2df"; image = "mauricenino/dashdot:sha-207b2df";
ports = [ ports = [

View file

@ -1,4 +1,4 @@
{...}: { _: {
virtualisation.oci-containers.containers.dashdot = { virtualisation.oci-containers.containers.dashdot = {
image = "mauricenino/dashdot:sha-207b2df"; image = "mauricenino/dashdot:sha-207b2df";
ports = [ ports = [

View file

@ -1,4 +1,4 @@
{...}: { _: {
virtualisation.oci-containers.containers.homarr = { virtualisation.oci-containers.containers.homarr = {
image = "ghcr.io/ajnart/homarr:0.12.3"; image = "ghcr.io/ajnart/homarr:0.12.3";
ports = [ ports = [