[SSH] Enable
This commit is contained in:
parent
16789bd342
commit
aad57e583b
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PasswordAuthentication = false;
|
||||
};
|
||||
|
||||
home-manager.users.tdpeuter = {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue