diff --git a/home-manager/linux/services/email.nix b/home-manager/linux/services/email.nix index a8353ee..ca62c8e 100644 --- a/home-manager/linux/services/email.nix +++ b/home-manager/linux/services/email.nix @@ -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;