start ssh, disable gnome keyring
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
stylix,
|
||||
username,
|
||||
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.pulseaudio.enable = false;
|
||||
|
||||
Reference in New Issue
Block a user