diff --git a/profiles/workstation.nix b/profiles/workstation.nix index 6225c48b..69650abb 100644 --- a/profiles/workstation.nix +++ b/profiles/workstation.nix @@ -45,6 +45,11 @@ }; security.polkit.enable = true; + + # Allow sudo credential caching across TTYs (useful for Zellij panes, etc.) + security.sudo.extraConfig = '' + Defaults !tty_tickets + ''; services.gnome.gnome-keyring.enable = true; systemd.user.services.polkit-gnome-authentication-agent-1 = {