yarn: enable sshd
This commit is contained in:
parent
7bfdc0f222
commit
0758715282
@ -18,17 +18,17 @@
|
|||||||
];
|
];
|
||||||
networking.hostId = "abf570f9";
|
networking.hostId = "abf570f9";
|
||||||
|
|
||||||
# services.openssh = {
|
services.openssh = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# ports = [ 22 ];
|
ports = [ 22 ];
|
||||||
# settings = {
|
settings = {
|
||||||
# PasswordAuthentication = true;
|
PasswordAuthentication = true;
|
||||||
# AllowUsers = null; # Allows all users by default. Can be [ "user1" "user2" ]
|
AllowUsers = null; # Allows all users by default. Can be [ "user1" "user2" ]
|
||||||
# UseDns = true;
|
UseDns = true;
|
||||||
# X11Forwarding = false;
|
X11Forwarding = false;
|
||||||
# PermitRootLogin = "no"; # "yes", "without-password", "prohibit-password", "forced-commands-only", "no"
|
PermitRootLogin = "no"; # "yes", "without-password", "prohibit-password", "forced-commands-only", "no"
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
|
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user