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

chore: configuration -> config

This commit is contained in:
RGBCube 2025-02-23 15:07:38 +03:00
parent f5234b0f2d
commit 626ed17a52
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
3 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ in {
settings = {
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?
# mail_smtphost = "::1"; # FIXME: Will need to use SMTP.
# mail_smtpmode = "sendmail";

View file

@ -97,7 +97,7 @@ in {
};
programs.nushell = enabled {
configFile.text = readFile ./configuration.nu;
configFile.text = readFile ./config.nu;
envFile.text = readFile ./environment.nu;
environmentVariables = let