1

Reenable stablediffusion container

This commit is contained in:
2023-05-25 22:54:57 +02:00
parent 7f21b51143
commit 5a29dc4fd8
4 changed files with 41 additions and 11 deletions

View File

@ -14,6 +14,9 @@ with mylib.modules; {
homeassistant = {
enable = mkEnableOpt "Enable HomeAssistant Container";
};
stablediffusion = {
enable = mkEnableOpt "Enable StableDiffusion Container with Automatic1111 WebUI";
};
jellyfin = {
enable = mkEnableOpt "Enable Jellyfin Container";
};