thunderbird
This commit is contained in:
parent
8d34f9f622
commit
1f30d46eaa
3 changed files with 2 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue