mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
sshd: Fix typo in assetion.
This commit is contained in:
parent
a2394f09c7
commit
13bbce96c3
@ -420,7 +420,7 @@ in
|
||||
})
|
||||
++ flip map cfg.listenAddresses ({ addr, port }: {
|
||||
assertion = addr != null;
|
||||
message = "addr must be spefied in each listenAddresses entry";
|
||||
message = "addr must be specified in each listenAddresses entry";
|
||||
});
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user