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
|
# 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;
|
||||||
|
|
Loading…
Reference in New Issue