This commit is contained in:
soraefir
2026-05-04 23:17:12 +02:00
parent 662424f1d1
commit be0ccc9e79

View File

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