diff --git a/hosts/lars/default.nix b/hosts/lars/default.nix index 218cf09..448437f 100644 --- a/hosts/lars/default.nix +++ b/hosts/lars/default.nix @@ -115,6 +115,7 @@ # SSH AGENT programs.ssh.startAgent = true; + services.gnome3.gnome-keyring.enable = false; system.stateVersion = "23.11"; nix.settings.experimental-features = ["nix-command" "flakes"];