home: disable use of gnome-keyring
This commit is contained in:
parent
63fe114dd1
commit
13a7abf56c
3 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,7 @@ let
|
||||||
"git"
|
"git"
|
||||||
"gpg"
|
"gpg"
|
||||||
"gtk"
|
"gtk"
|
||||||
"keyring"
|
#"keyring"
|
||||||
"syncthing"
|
"syncthing"
|
||||||
"tmux"
|
"tmux"
|
||||||
"xdg"
|
"xdg"
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -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; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue