mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 12:45:14 +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
|
# SSH Server, maybe enable at some point
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = false;
|
enable = true;
|
||||||
# Forbid root login through SSH.
|
# Forbid root login through SSH.
|
||||||
settings.PermitRootLogin = "no";
|
settings.PermitRootLogin = "no";
|
||||||
# Use keys only. Remove if you want to SSH using password (not recommended)
|
# Use keys only. Remove if you want to SSH using password (not recommended)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue