test out arrow on aws

This commit is contained in:
Noah Masur
2024-05-04 23:05:55 -04:00
parent c0356cab62
commit 8f0f7911b0
10 changed files with 341 additions and 98 deletions

View File

@ -29,7 +29,7 @@
GatewayPorts = "no";
X11Forwarding = false;
PasswordAuthentication = false;
PermitRootLogin = config.permitRootLogin;
PermitRootLogin = lib.mkDefault config.permitRootLogin;
};
};