No longer track protonmail cert
This commit is contained in:
parent
78d273337f
commit
c9f714f780
|
@ -26,10 +26,10 @@ with lib; {
|
|||
};
|
||||
# Setup files we need for email to work
|
||||
home.file = {
|
||||
".local/nathan-home/proton.pem" = {
|
||||
source =
|
||||
../../../certificates/protonmail-${nixosConfig.networking.hostName}.pem;
|
||||
};
|
||||
# ".local/nathan-home/proton.pem" = {
|
||||
# source =
|
||||
# ../../../certificates/protonmail-${nixosConfig.networking.hostName}.pem;
|
||||
# };
|
||||
".local/nathan-home/sync-mu4e.sh" = {
|
||||
source = ../../../scripts/update-mu4e.sh;
|
||||
executable = true;
|
||||
|
|
Loading…
Reference in New Issue