modules/darwin/common: disable StrictModes
needed for symlinked ssh keys
This commit is contained in:
parent
f75a7ead75
commit
5b4fc9aeed
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
||||||
environment.etc."ssh/sshd_config.d/darwin.conf".text = ''
|
environment.etc."ssh/sshd_config.d/darwin.conf".text = ''
|
||||||
KbdInteractiveAuthentication no
|
KbdInteractiveAuthentication no
|
||||||
PasswordAuthentication no
|
PasswordAuthentication no
|
||||||
|
StrictModes no
|
||||||
'';
|
'';
|
||||||
|
|
||||||
time.timeZone = "GMT";
|
time.timeZone = "GMT";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue