docs: gnome-keyring: point out that system gnome-keyring doesn't inherit my sandboxing

This commit is contained in:
Colin 2024-01-23 01:00:06 +00:00
parent 399a1d2052
commit af542ec05f

View File

@ -4,6 +4,8 @@
packageUnwrapped = pkgs.gnome.gnome-keyring;
};
# adds gnome-keyring as a xdg-data-portal (xdg.portal)
# TODO: the gnome-keyring which this puts on PATH isn't sandboxed!
# nixos service doesn't even let it be pluggable
services.gnome.gnome-keyring = lib.mkIf config.sane.programs.gnome-keyring.enabled {
enable = true;
};