Remove redundant localhost SSH

This commit is contained in:
coolneng 2022-03-28 16:37:01 +02:00
parent 36400cc44c
commit ea8e8a25e9
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 9 deletions

View File

@ -31,13 +31,4 @@
];
};
};
# Enable localhost SSH
services.openssh = {
enable = true;
permitRootLogin = "yes";
passwordAuthentication = false;
openFirewall = false;
startWhenNeeded = true;
};
}