yarn: enable sshd

This commit is contained in:
Simon Gardling 2025-11-15 23:33:12 -05:00
parent 7bfdc0f222
commit 0758715282
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -18,17 +18,17 @@
];
networking.hostId = "abf570f9";
# services.openssh = {
# enable = true;
# ports = [ 22 ];
# settings = {
# PasswordAuthentication = true;
# AllowUsers = null; # Allows all users by default. Can be [ "user1" "user2" ]
# UseDns = true;
# X11Forwarding = false;
# PermitRootLogin = "no"; # "yes", "without-password", "prohibit-password", "forced-commands-only", "no"
# };
# };
services.openssh = {
enable = true;
ports = [ 22 ];
settings = {
PasswordAuthentication = true;
AllowUsers = null; # Allows all users by default. Can be [ "user1" "user2" ]
UseDns = true;
X11Forwarding = false;
PermitRootLogin = "no"; # "yes", "without-password", "prohibit-password", "forced-commands-only", "no"
};
};
programs.steam = {
remotePlay.openFirewall = true;