feat: several updates
This commit is contained in:
@@ -7,7 +7,7 @@ in
|
||||
container = {
|
||||
cores = 2;
|
||||
memory = 1024;
|
||||
disk = "8G";
|
||||
disk = "12G";
|
||||
swap = 1024;
|
||||
};
|
||||
system = {
|
||||
@@ -32,7 +32,14 @@ in
|
||||
};
|
||||
logging = {
|
||||
enable = true;
|
||||
metricsEnable = true;
|
||||
metricsEnable = false;
|
||||
journalLoggers = {
|
||||
authentik = "";
|
||||
authentik-ldap = "";
|
||||
authentik-migrate = "";
|
||||
authentik-proxy = "";
|
||||
authentik-worker = "";
|
||||
};
|
||||
};
|
||||
db = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user