darwin fixes
This commit is contained in:
@@ -25,6 +25,13 @@
|
||||
extraConfig = {
|
||||
gpg = {
|
||||
format = "ssh";
|
||||
ssh = {
|
||||
program = if hostname == "eva-02"
|
||||
then
|
||||
"/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
|
||||
else
|
||||
"/usr/bin/op-ssh-sign";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -23,10 +23,6 @@
|
||||
rebuild = "sudo nixos-rebuild switch --flake /etc/nixos#$(uname -n)";
|
||||
};
|
||||
|
||||
envExtra = ''
|
||||
#eval $(thefuck --alias)
|
||||
'';
|
||||
|
||||
# profileExtra = ''
|
||||
# export SSH_AUTH_SOCK=~/.1password/agent.sock
|
||||
# '';
|
||||
|
||||
Reference in New Issue
Block a user