home: formatting
This commit is contained in:
parent
55a3526bf2
commit
680ab1a6f9
4 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
||||||
{...}: {
|
_: {
|
||||||
services.redis.servers.default = {
|
services.redis.servers.default = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
port = 6379;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue