sourcephile
/
git
/
sourcephile-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
public-inbox: fix coderepo paths
[sourcephile-nix.git]
/
hosts
/
losurdo
/
security.nix
1
{ inputs, pkgs, lib, config, ... }:
2
{
3
security.gnupg.agent = {
4
keyring."9AA84E6F6D71F9163C46BF396B141A0806219077" = {};
5
};
6
services.openssh.extraConfig = ''
7
# This is for removing remote gpg-agent's socket
8
StreamLocalBindUnlink yes
9
'';
10
}