nixos: Remove deprecated sshd option: default is true
This commit is contained in:
parent
f59a0f7f1a
commit
c94aa7579d
@ -367,9 +367,6 @@ in
|
|||||||
# LogLevel VERBOSE logs user's key fingerprint on login.
|
# LogLevel VERBOSE logs user's key fingerprint on login.
|
||||||
# Needed to have a clear audit track of which key was used to log in.
|
# Needed to have a clear audit track of which key was used to log in.
|
||||||
LogLevel VERBOSE
|
LogLevel VERBOSE
|
||||||
|
|
||||||
# Use kernel sandbox mechanisms where possible in unprivileged processes.
|
|
||||||
UsePrivilegeSeparation sandbox
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
assertions = [{ assertion = if cfg.forwardX11 then cfgc.setXAuthLocation else true;
|
assertions = [{ assertion = if cfg.forwardX11 then cfgc.setXAuthLocation else true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user