start ssh, disable gnome keyring

This commit is contained in:
2025-01-12 00:07:35 -06:00
parent 29b9198ce2
commit 4c16c8c2fa

View File

@@ -4,6 +4,7 @@
stylix, stylix,
username, username,
ghostty, ghostty,
lib,
... ...
}: }:
{ {
@@ -35,6 +36,9 @@
}; };
}; };
programs.ssh.startAgent = true; # Use OpenSSH agent instead
services.gnome.gnome-keyring.enable = lib.mkForce false; # Disable GNOME keyring
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
hardware.pulseaudio.enable = false; hardware.pulseaudio.enable = false;