mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-05-13 13:42:50 +02:00
enable ssh
This commit is contained in:
parent
80019d8826
commit
be253523de
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@
|
|||
|
||||
# SSH Server, maybe enable at some point
|
||||
services.openssh = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
# Forbid root login through SSH.
|
||||
settings.PermitRootLogin = "no";
|
||||
# Use keys only. Remove if you want to SSH using password (not recommended)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue