friendship ended with gpg

This commit is contained in:
notgne2 2022-10-09 16:49:04 -07:00
parent 27be887431
commit fb615593f3
Signed by: notgne2
GPG Key ID: 5CE0A245A2DAC84A
4 changed files with 4 additions and 31 deletions

View File

@ -27,18 +27,6 @@ in {
ezcolors.enable = lib.mkDefault true; ezcolors.enable = lib.mkDefault true;
ezfonts.enable = lib.mkDefault true; ezfonts.enable = lib.mkDefault true;
systemd.user.services.yubikey-touch-detector = {
Service = {
ExecStart = toString (pkgs.writeShellScript "yubikey-touch-detector-libnotify" ''
export SSH_AUTH_SOCK="$(${pkgs.gnupg}/bin/gpgconf --list-dirs agent-ssh-socket)"
${pkgs.yubikey-touch-detector}/bin/yubikey-touch-detector -libnotify
'');
};
Install = rec {
WantedBy = ["graphical-session.target"];
};
};
programs.firefox.enable = true; programs.firefox.enable = true;
programs.kermit = { programs.kermit = {

View File

@ -239,18 +239,6 @@ in {
}; };
}; };
systemd.user.services.yubikey-touch-detector = {
Service = {
ExecStart = toString (pkgs.writeShellScript "yubikey-touch-detector-libnotify" ''
export SSH_AUTH_SOCK="$(${pkgs.gnupg}/bin/gpgconf --list-dirs agent-ssh-socket)"
${pkgs.yubikey-touch-detector}/bin/yubikey-touch-detector -libnotify
'');
};
Install = rec {
WantedBy = ["graphical-session.target"];
};
};
programs.firefox.enable = true; programs.firefox.enable = true;
programs.kermit = { programs.kermit = {

View File

@ -19,7 +19,6 @@ in {
home.packages = with pkgs; [ home.packages = with pkgs; [
bat bat
gnupg
zsh-powerlevel9k zsh-powerlevel9k
fzf # also needed for fzf.vim fzf # also needed for fzf.vim
xclip # needed for nvim xclip # needed for nvim
@ -245,11 +244,6 @@ in {
base0F = "00f769"; base0F = "00f769";
}; };
services.gpg-agent = {
enableSshSupport = true;
enableExtraSocket = true;
};
home.sessionVariables = { home.sessionVariables = {
FZF_DEFAULT_COMMAND = "${pkgs.fd}/bin/fd --type f"; FZF_DEFAULT_COMMAND = "${pkgs.fd}/bin/fd --type f";
}; };

View File

@ -13,7 +13,10 @@
description = "notgne2"; description = "notgne2";
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPIBwL8/TuE5GT1708sR3rVc1C1g2DmoSf35kjXKKLcr yubi" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPIBwL8/TuE5GT1708sR3rVc1C1g2DmoSf35kjXKKLcr yubi-gpg"
"sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIGaqwvQJIPcbs2XpTsZajChEQqssoO6FOOaiIILjmpOiAAAABHNzaDo= yubi"
"sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIENkz61YMUpObL8Q7pVrLCRStZLtFJvEiSs4T0uZag3RAAAABHNzaDo= yubismol"
]; ];
}; };
} }