refactor(systemModules:ssh): move gnupg.agent to ssh module
This commit is contained in:
parent
3a91848085
commit
6db577fbf5
1 changed files with 10 additions and 3 deletions
|
|
@ -27,10 +27,17 @@ in
|
||||||
KbdInteractiveAuthentication = mkDefault false;
|
KbdInteractiveAuthentication = mkDefault false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.ssh = {
|
|
||||||
|
programs = {
|
||||||
|
ssh = {
|
||||||
knownHosts = {
|
knownHosts = {
|
||||||
"192.168.1.36".publicKey = phoneKey;
|
"192.168.1.36".publicKey = phoneKey;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
gnupg.agent = {
|
||||||
|
enable = true;
|
||||||
|
enableSSHSupport = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue