disable gnome keyring

This commit is contained in:
larszauberer 2024-04-16 15:26:58 +02:00
commit f8ed1c2c6c

View file

@ -115,6 +115,7 @@
# SSH AGENT # SSH AGENT
programs.ssh.startAgent = true; programs.ssh.startAgent = true;
services.gnome3.gnome-keyring.enable = false;
system.stateVersion = "23.11"; system.stateVersion = "23.11";
nix.settings.experimental-features = ["nix-command" "flakes"]; nix.settings.experimental-features = ["nix-command" "flakes"];