From 65908440da61d35eb4149368b06b3ab236113057 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Wed, 12 Apr 2023 09:26:37 +0200 Subject: [PATCH] thrall: Document how to create age encrypted files --- hosts/thrall/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/thrall/default.nix b/hosts/thrall/default.nix index bc3c402..5a3efe7 100644 --- a/hosts/thrall/default.nix +++ b/hosts/thrall/default.nix @@ -302,6 +302,8 @@ in { loginAccounts = { "me@failco.de" = { + # nix-shell -p mkpasswd --run 'mkpasswd -sm sha512crypt' + # nix run github:ryantm/agenix -- -i -e password.age hashedPasswordFile = config.age.secrets.mailPass.path; aliases = [ "lx@failco.de" "alex@failco.de" ];