mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
fix ssh
This commit is contained in:
parent
5e9a74280e
commit
c022eb979b
|
@ -15,7 +15,7 @@ in {
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
services = {
|
services = {
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
# PermitRootLogin = "no"; # this is managed through authorized keys
|
# PermitRootLogin = "no"; # this is managed through authorized keys
|
||||||
|
|
Loading…
Reference in a new issue