mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
enable ssh
This commit is contained in:
parent
12eb0b02bf
commit
5b6bd9b511
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