From 50d682d6f7d13e90c086932c3854a14476095e67 Mon Sep 17 00:00:00 2001 From: yukkop Date: Sun, 26 Apr 2026 22:22:31 +0000 Subject: [PATCH] fix: `hectic-lab`: email name --- nixos/system/hectic-lab/hectic-lab.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/system/hectic-lab/hectic-lab.nix b/nixos/system/hectic-lab/hectic-lab.nix index 4aae6e8..112a217 100644 --- a/nixos/system/hectic-lab/hectic-lab.nix +++ b/nixos/system/hectic-lab/hectic-lab.nix @@ -102,7 +102,7 @@ in { sops.secrets."mailserver/security/hashedPassword" = {}; sops.secrets."mailserver/yukkop/hashedPassword" = {}; - sops.secrets."mailserver/daniil-pelyk/hashedPassword" = {}; + sops.secrets."mailserver/daniil-perlyk/hashedPassword" = {}; sops.secrets."mailserver/snuff/hashedPassword" = {}; sops.secrets."mailserver/antoshka/hashedPassword" = {}; sops.secrets."mailserver/founders/hashedPassword" = {}; @@ -120,8 +120,8 @@ in { "yukkop" = { hashedPasswordFile = config.sops.secrets."mailserver/yukkop/hashedPassword".path; }; - "daniil-pelyk" = { - hashedPasswordFile = config.sops.secrets."mailserver/daniil-pelyk/hashedPassword".path; + "daniil-perlyk" = { + hashedPasswordFile = config.sops.secrets."mailserver/daniil-perlyk/hashedPassword".path; }; "snuff" = { hashedPasswordFile = config.sops.secrets."mailserver/snuff/hashedPassword".path;