friendship ended with gpg
This commit is contained in:
parent
27be887431
commit
fb615593f3
@ -27,18 +27,6 @@ in {
|
||||
ezcolors.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.kermit = {
|
||||
|
@ -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.kermit = {
|
||||
|
@ -19,7 +19,6 @@ in {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
bat
|
||||
gnupg
|
||||
zsh-powerlevel9k
|
||||
fzf # also needed for fzf.vim
|
||||
xclip # needed for nvim
|
||||
@ -245,11 +244,6 @@ in {
|
||||
base0F = "00f769";
|
||||
};
|
||||
|
||||
services.gpg-agent = {
|
||||
enableSshSupport = true;
|
||||
enableExtraSocket = true;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
FZF_DEFAULT_COMMAND = "${pkgs.fd}/bin/fd --type f";
|
||||
};
|
||||
|
@ -13,7 +13,10 @@
|
||||
description = "notgne2";
|
||||
|
||||
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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user