1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 10:37:44 +00:00

chore: configuration -> config

This commit is contained in:
RGBCube 2025-02-23 15:07:38 +03:00
parent 377d93df78
commit 232e79f0ad
3 changed files with 2 additions and 2 deletions

View file

@ -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";

View file

@ -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