aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--home/profiles/communication/default.nix2
2 files changed, 3 insertions, 1 deletions
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 = { };