mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
added ssh jail
This commit is contained in:
parent
4ec9428370
commit
710d7f5aea
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@
|
||||||
'';
|
'';
|
||||||
*/
|
*/
|
||||||
};
|
};
|
||||||
|
sshd = ''
|
||||||
|
enabled = true
|
||||||
|
port = ssh
|
||||||
|
logpath = %(sshd_log)s
|
||||||
|
backend = %(sshd_backend)s
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue