From 7162630e2f7f6f483b90458757926d85d02d53a9 Mon Sep 17 00:00:00 2001 From: geemili Date: Fri, 29 Dec 2023 22:10:20 -0700 Subject: [PATCH] fix: some typos --- configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 59079ae..65b76c0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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; }; }; };