updates and some reorganizing

This commit is contained in:
mjallen18
2024-07-23 14:06:20 -05:00
parent 6104df2c69
commit 4b4b419873
7 changed files with 243 additions and 184 deletions

View File

@@ -15,7 +15,11 @@ in
virtualisation.oci-containers.containers."${cfg.name}" = {
autoStart = cfg.autoStart;
image = cfg.image;
cmd = cfg.cmd;
cmd = [
"redis-server"
"--requirepass"
"BogieDudie1"
];
ports = [
"6379:6379"
];