remove root login
This commit is contained in:
parent
e012910426
commit
04fa6c9aeb
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
|||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
|
|
@ -126,6 +125,7 @@
|
|||
services.openssh = {
|
||||
enable = true;
|
||||
passwordAuthentication = false;
|
||||
permitRootLogin = false;
|
||||
};
|
||||
|
||||
zmio.blog.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue