This commit is contained in:
soraefir
2026-05-04 23:17:31 +02:00
parent be0ccc9e79
commit 8876b63c7b

View File

@@ -30,8 +30,8 @@
dbHost = "localhost"; dbHost = "localhost";
containers = { containers = {
cloud = {enable = true}; cloud = {enable = true;};
authentik = {enable = true}; authentik = {enable = true;};
}; };
}; };
}; };