From 625687459561f9e3103368bc2baa238058fe046f Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 20 Feb 2023 22:14:29 +0900 Subject: feat(README): add todo --- README.md | 2 ++ home/profiles/communication/default.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79794df..052e354 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ ## TODO - setup age-plugin-yubikey +- cleanup `home/communication` module +- replace gnome-keyring with passage, check pass-secret-service ## Resources diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix index 6280899..8e51255 100644 --- a/home/profiles/communication/default.nix +++ b/home/profiles/communication/default.nix @@ -23,7 +23,7 @@ in }; config = lib.mkIf cfg.enable (lib.mkMerge [ - (lib.mkIf pkgs.stdenv.isLinux { + (lib.mkIf pkgs.stdenv.isLinux { # TODO: is this needed? sops.secrets.sef-imap-password = { }; -- cgit 1.4.1