Add SSH
This commit is contained in:
parent
11712b2930
commit
d56ccd257c
4 changed files with 26 additions and 1 deletions
8
nixos/modules/utils/ssh/default.nix
Normal file
8
nixos/modules/utils/ssh/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
passwordAuthentication = false;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue