* [PATCH] feat(tvl-slapd): add `andi`
@ 2020-07-10 19:06 Andreas Rammhold
0 siblings, 0 replies; only message in thread
From: Andreas Rammhold @ 2020-07-10 19:06 UTC (permalink / raw)
To: depot
From: Andreas Rammhold <andreas@rammhold•de>
---
ops/nixos/tvl-slapd/default.nix | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/ops/nixos/tvl-slapd/default.nix b/ops/nixos/tvl-slapd/default.nix
index bea17a508..c19b03a55 100644
--- a/ops/nixos/tvl-slapd/default.nix
+++ b/ops/nixos/tvl-slapd/default.nix
@@ -25,6 +25,11 @@ let
'');
users = [
+ {
+ username = "andi";
+ email = "andi@notmuch•email";
+ password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$8lefg7+8UPAEh9Ott8zH0A$7YuLRraTC1IgxTNTxFJF03AWmqBS3GX2+vfD4XVTrb0";
+ }
{
username = "artemist";
email = "me@artem•ist";
--
2.27.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-07-10 19:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-10 19:06 [PATCH] feat(tvl-slapd): add `andi` Andreas Rammhold
Code repositories for project(s) associated with this public inbox
https://code.tvl.fyi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).