forked from Drift/pvv-nixos-config
common/openssh: socket activate
This commit is contained in:
parent
4d65b9fd1d
commit
b47a626427
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
startWhenNeeded = true;
|
||||
extraConfig = ''
|
||||
PubkeyAcceptedAlgorithms=+ssh-rsa
|
||||
Match Group wheel
|
||||
|
|
Loading…
Reference in New Issue