mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
project-wide: Moving to tf-nix for traditional hosts
This commit is contained in:
parent
4ad12c96fa
commit
69c2dcf7f2
8 changed files with 47 additions and 107 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
#ports = lib.mkDefault [ 62954 ];
|
||||
ports = lib.mkDefault [ 62954 ];
|
||||
passwordAuthentication = false;
|
||||
challengeResponseAuthentication = false;
|
||||
permitRootLogin = lib.mkDefault "prohibit-password";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue