diff --git a/hosts/gwiad/configuration.nix b/hosts/gwiad/configuration.nix index 420a23d..815b6ed 100644 --- a/hosts/gwiad/configuration.nix +++ b/hosts/gwiad/configuration.nix @@ -164,6 +164,7 @@ enable = true; enableSSHSupport = true; }; + services.gnome.gnome-keyring.enable = lib.mkForce false; system.stateVersion = "24.05";