Added ssh config
This commit is contained in:
parent
e329727100
commit
be3bf8c098
2 changed files with 44 additions and 9 deletions
|
@ -25,6 +25,8 @@
|
|||
|
||||
apps.neovim.enable = true;
|
||||
apps.tmux.enable = true;
|
||||
|
||||
services.openssh.enable = true;
|
||||
};
|
||||
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux" "armv6l-linux"];
|
||||
|
@ -136,15 +138,6 @@
|
|||
|
||||
# List services that you want to enable:
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
|
||||
services.geoclue2.enable = true;
|
||||
|
||||
security.rtkit.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue