From 4d7908de4b20a7f01d80620a37af590ed07c6854 Mon Sep 17 00:00:00 2001 From: yukkop Date: Sat, 23 May 2026 08:49:51 +0000 Subject: [PATCH] chore: `hecitc-lab`: add lvgkcfjl to matrix --- nixos/system/hectic-lab/hectic-lab.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixos/system/hectic-lab/hectic-lab.nix b/nixos/system/hectic-lab/hectic-lab.nix index 95b0d92..da52c9a 100644 --- a/nixos/system/hectic-lab/hectic-lab.nix +++ b/nixos/system/hectic-lab/hectic-lab.nix @@ -71,6 +71,9 @@ in { liquiz = { passwordFile = config.sops.secrets."matrix/users/liquiz/password".path; }; + lvgkcfjl = { + passwordFile = config.sops.secrets."matrix/users/lvgkcfjl/password".path; + }; }; inherit matrixDomain; }; @@ -162,6 +165,10 @@ in { key = "matrix/users/liquiz/password"; owner = "matrix-synapse"; }; + sops.secrets."matrix/users/lvgkcfjl/password" = { + key = "matrix/users/lvgkcfjl/password"; + owner = "matrix-synapse"; + }; services.mailserver = { enable = true;