mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 10:37:44 +00:00
chore: configuration -> config
This commit is contained in:
parent
377d93df78
commit
232e79f0ad
3 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ in {
|
||||||
settings = {
|
settings = {
|
||||||
default_phone_region = "TR";
|
default_phone_region = "TR";
|
||||||
|
|
||||||
# Even with manual SMTP configuration, Nextcloud fails to communicate properly
|
# Even with a manual SMTP config, Nextcloud fails to communicate properly
|
||||||
# and fails to send mail. PHP moment?
|
# and fails to send mail. PHP moment?
|
||||||
# mail_smtphost = "::1"; # FIXME: Will need to use SMTP.
|
# mail_smtphost = "::1"; # FIXME: Will need to use SMTP.
|
||||||
# mail_smtpmode = "sendmail";
|
# mail_smtpmode = "sendmail";
|
||||||
|
|
|
@ -97,7 +97,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.nushell = enabled {
|
programs.nushell = enabled {
|
||||||
configFile.text = readFile ./configuration.nu;
|
configFile.text = readFile ./config.nu;
|
||||||
envFile.text = readFile ./environment.nu;
|
envFile.text = readFile ./environment.nu;
|
||||||
|
|
||||||
environmentVariables = let
|
environmentVariables = let
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue