style: fix indentation and spacing issues
This commit corrects the code's formatting in two parts: 1) It normalizes the indentation in the BindPaths block under aesmd_dcap/default.nix. 2) It also removes the extra space before "DE" in the default_phone_region setting in nextcloud.nix.
This commit is contained in:
parent
dc2b6a41a5
commit
6d4be557f8
|
@ -27,7 +27,7 @@ in
|
||||||
"/etc/sgx_default_qcnl.conf"
|
"/etc/sgx_default_qcnl.conf"
|
||||||
];
|
];
|
||||||
BindPaths = [
|
BindPaths = [
|
||||||
"/dev/log"
|
"/dev/log"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
mail_smtpmode = "sendmail";
|
mail_smtpmode = "sendmail";
|
||||||
mail_sendmailmode = "pipe";
|
mail_sendmailmode = "pipe";
|
||||||
default_phone_region = "DE";
|
default_phone_region = "DE";
|
||||||
};
|
};
|
||||||
phpOptions = {
|
phpOptions = {
|
||||||
upload_max_filesize = lib.mkForce "1G";
|
upload_max_filesize = lib.mkForce "1G";
|
||||||
|
|
Loading…
Reference in a new issue