wireguard & other stuff
This commit is contained in:
parent
c45f9f7f46
commit
16f491a6ca
12 changed files with 174 additions and 103 deletions
|
|
@ -28,10 +28,12 @@
|
|||
programs.thunderbird = {
|
||||
enable = true;
|
||||
package = pkgs.thunderbird-latest;
|
||||
profiles.default.isDefault = true;
|
||||
profiles.default.settings = {
|
||||
"mail.openpgp.allow_external_gnupg" = true;
|
||||
"mail.openpgp.fetch_pubkeys_from_gnupg" = true;
|
||||
profiles.default = {
|
||||
isDefault = true;
|
||||
settings = {
|
||||
"mail.openpgp.allow_external_gnupg" = true;
|
||||
"mail.openpgp.fetch_pubkeys_from_gnupg" = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue