From 5e55e900d06f895665e6f0eb001f6564a1096b10 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 29 May 2023 17:12:38 +0200 Subject: Home: Use gnome-keyring instead of pass-secret-service It simply works much better :( --- hosts/configuration.nix | 1 + hosts/home.nix | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'hosts') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index cf1dd29..1be0c27 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -153,6 +153,7 @@ port = 22; }]; }; + gnome.gnome-keyring.enable = true; unbound.enable = true; dbus.enable = true; irqbalance.enable = true; diff --git a/hosts/home.nix b/hosts/home.nix index 0e3614c..a29da70 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -104,8 +104,6 @@ maxCacheTtlSsh = 86400; }; - pass-secret-service.enable = true; - emacs = { enable = true; startWithUserSession = true; @@ -360,8 +358,6 @@ configFile."waybar/".source = "${dotfiles}/waybar/"; configFile."zathura/zathurarc".source = "${dotfiles}/zathurarc"; configFile."dunst/dunstrc".source = "${dotfiles}/dunstrc"; - - dataFile."password-store/.gpg-id".text = lib.head (builtins.attrNames secrets.email); }; home.file = { -- cgit 1.4.1