No longer track protonmail cert

This commit is contained in:
Nathan McCarty 2023-04-20 17:59:39 -04:00
parent 78d273337f
commit c9f714f780
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 4 additions and 4 deletions

View File

@ -26,10 +26,10 @@ with lib; {
}; };
# Setup files we need for email to work # Setup files we need for email to work
home.file = { home.file = {
".local/nathan-home/proton.pem" = { # ".local/nathan-home/proton.pem" = {
source = # source =
../../../certificates/protonmail-${nixosConfig.networking.hostName}.pem; # ../../../certificates/protonmail-${nixosConfig.networking.hostName}.pem;
}; # };
".local/nathan-home/sync-mu4e.sh" = { ".local/nathan-home/sync-mu4e.sh" = {
source = ../../../scripts/update-mu4e.sh; source = ../../../scripts/update-mu4e.sh;
executable = true; executable = true;