modules/programs/ssh.nix: strip trailing whitespace
This commit is contained in:
parent
307644e3b0
commit
b1fefb8834
@ -34,7 +34,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
assertions = [{ assertion = if cfg.forwardX11 then cfg.setXAuthLocation else true;
|
||||
assertions = [{ assertion = if cfg.forwardX11 then cfg.setXAuthLocation else true;
|
||||
message = "cannot enable X11 forwarding without setting xauth location";}];
|
||||
|
||||
config = {
|
||||
|
Loading…
Reference in New Issue
Block a user