updates and some reorganizing
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user