diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 0f93409..a2da20f 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -5,7 +5,7 @@ let nix-secrets = builtins.fetchGit { url = "/home/aires/Development/nix-configuration/nix-secrets"; ref = "main"; - rev = "75076eba4de5d8539cc1a2a85bf3924c9ae4b7b9"; + rev = "7e6dd41b5a89a1ff2ead22bf69e5b82b585c0fa2"; }; in{ imports = [ diff --git a/modules/services/msmtp.nix b/modules/services/msmtp.nix index 9b3c603..da66bac 100644 --- a/modules/services/msmtp.nix +++ b/modules/services/msmtp.nix @@ -13,13 +13,7 @@ with lib; config = mkIf cfg.enable { programs.msmtp = { enable = true; - accounts.default = { - auth = true; - tls = true; - from = "root@${config.networking.hostName}"; - user = "root"; - # SMTP host and password set in nix-secrets - }; + # Authentication details set in nix-secrets }; }; } \ No newline at end of file diff --git a/nix-secrets b/nix-secrets index 75076eb..7e6dd41 160000 --- a/nix-secrets +++ b/nix-secrets @@ -1 +1 @@ -Subproject commit 75076eba4de5d8539cc1a2a85bf3924c9ae4b7b9 +Subproject commit 7e6dd41b5a89a1ff2ead22bf69e5b82b585c0fa2