hosts: homes: bazin: ignore interactive adb shells
ci/woodpecker/push/check Pipeline was successful Details

This commit is contained in:
Bruno BELANYI 2024-02-23 13:28:48 +00:00
parent eb668525f8
commit f9cdff8c13
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Google Laptop configuration
{ lib, pkgs, ... }:
{ lib, options, pkgs, ... }:
{
services.gpg-agent.enable = lib.mkForce false;
@ -26,6 +26,10 @@
notify = {
enable = true;
exclude = options.my.home.zsh.notify.exclude.default ++ [
"adb shell$" # Only interactive shell sessions
];
ssh = {
enable = true;
# `notify-send` is proxied to the ChromeOS layer