home: disable use of gnome-keyring

This commit is contained in:
Tim Schubert 2024-06-01 19:41:00 +02:00
parent 63fe114dd1
commit 13a7abf56c
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
3 changed files with 4 additions and 1 deletions

View file

@ -10,7 +10,7 @@ let
"git" "git"
"gpg" "gpg"
"gtk" "gtk"
"keyring" #"keyring"
"syncthing" "syncthing"
"tmux" "tmux"
"xdg" "xdg"

View file

@ -27,6 +27,7 @@ in
gpg = { gpg = {
format = "ssh"; format = "ssh";
ssh.allowedSignersFile = "${allowedSigners}"; ssh.allowedSignersFile = "${allowedSigners}";
ssh.program = "ssh-keygen";
}; };
tag.gpgSign = true; tag.gpgSign = true;
user = { user = {

View file

@ -196,6 +196,8 @@ in
# postUp = "${pkgs.iproute2}/bin/ip rule add to 193.27.14.66 lookup main"; # postUp = "${pkgs.iproute2}/bin/ip rule add to 193.27.14.66 lookup main";
#}; #};
services.gnome3.gnome-keyring.enable = lib.mkForce false;
hardware.opengl = { hardware.opengl = {
enable = true; enable = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [