mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(hakurei): ssh access
This commit is contained in:
parent
eb1549975e
commit
2039fd8cb6
2 changed files with 7 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ in {
|
|||
|
||||
services.openssh = {
|
||||
enable = mkDefault true;
|
||||
ports = mkDefault [publicPort 22];
|
||||
ports = [publicPort 22];
|
||||
openFirewall = mkDefault false;
|
||||
settings = {
|
||||
PasswordAuthentication = mkDefault false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue