Remote deployment configuration
This commit is contained in:
parent
1bdc118dc7
commit
429efc52ae
4 changed files with 35 additions and 6 deletions
10
nixos_modules/remote-deploy.nix
Normal file
10
nixos_modules/remote-deploy.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
|
||||
permitRootLogin = "prohibit-password";
|
||||
passwordAuthentication = false;
|
||||
kbdInteractiveAuthentication = false;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue