fix: some typos

main
LeRoyce Pearson 2023-12-29 22:10:20 -07:00
parent fcdd6defbc
commit 7162630e2f
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
./hardware/samsehu.nix
];
# Use the `systemd-boot` boot loader
@ -135,8 +135,8 @@
domain = "samsehu.perli.casa";
dnsProvider = "nearlyfreespeech";
credentialFiles = {
"NEARLYFREESPECH_API_KEY" = config.age.secrets.samsehu_NFSN_API_KEY.path;
"NEARLYFREESPECH_LOGIN" = config.age.secrets.samsehu_NFSN_LOGIN.path;
"NEARLYFREESPEECH_API_KEY_FILE" = config.age.secrets.samsehu_NFSN_API_KEY.path;
"NEARLYFREESPEECH_LOGIN_FILE" = config.age.secrets.samsehu_NFSN_LOGIN.path;
};
};
};