update
This commit is contained in:
parent
942822f53e
commit
b022861375
2 changed files with 12 additions and 1 deletions
|
@ -4,5 +4,9 @@
|
|||
home.file.".ssh/config".text = ''
|
||||
Host 192.168.1.210
|
||||
StrictHostKeyChecking no
|
||||
Host
|
||||
Hostname framework-server
|
||||
StreamLocalBindUnlink yes
|
||||
RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
|
||||
'';
|
||||
}
|
|
@ -20,6 +20,13 @@
|
|||
gnupg.sshKeyPaths = [];
|
||||
};
|
||||
|
||||
programs.gpg.publicKeys = [
|
||||
{
|
||||
source = ../../../keys/users/albert.asc;
|
||||
trust = "ultimate";
|
||||
}
|
||||
];
|
||||
|
||||
accounts = {
|
||||
email = {
|
||||
accounts."sysctl" = {
|
||||
|
|
Loading…
Reference in a new issue