diff options
author | sefidel <contact@sefidel.net> | 2024-08-10 15:42:23 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-08-10 15:42:23 +0900 |
commit | 45dc3a4d2c00130798b8ee5c466dead270d8c13c (patch) | |
tree | f857752e3d6a08cab683f02a83b2796bf840fa5a /home | |
parent | 4bfd56d6eff5a60f9c02c8f61649b9bb287ae278 (diff) | |
download | nixrc-45dc3a4d2c00130798b8ee5c466dead270d8c13c.tar.gz nixrc-45dc3a4d2c00130798b8ee5c466dead270d8c13c.zip |
chore(home/communication): add comments for darwin platform
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/communication/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix index 4a287ee..00e0b2a 100644 --- a/home/profiles/communication/default.nix +++ b/home/profiles/communication/default.nix @@ -25,7 +25,7 @@ in }; config = lib.mkIf cfg.enable (lib.mkMerge [ - # TODO: is this needed? + # TODO: also configure mail in Darwin (lib.mkIf pkgs.stdenv.isLinux { sops.secrets.sef-email-password = { }; |