thunderbird

This commit is contained in:
Lilith 2025-04-29 13:55:06 +02:00
parent 8d34f9f622
commit 1f30d46eaa
Signed by: lilith
GPG key ID: 8712A0F317C37175
3 changed files with 2 additions and 22 deletions

View file

@ -1,9 +1,5 @@
{ ... }:
{
# imports = [
# sops-nix.homeManagerModules.default
# ];
sops = {
age.keyFile = "/persist/data/home/lilith/.config/sops/age/keys.txt";
defaultSopsFile = ../../secrets/default.yaml;

View file

@ -15,13 +15,6 @@
};
};
sops.secrets = {
"email/personal/password" = { };
"email/uni/password" = { };
"email/work/password" = { };
"email/fau/password" = { };
};
# As this contains personal information, this part of the config has been
# put in a separate, private repository. Do _not_ use this for actual secrets!
accounts.email.accounts = flake-private.home.accounts.email.accounts { inherit config; };