updated config
This commit is contained in:
parent
99f319fc98
commit
c044a186b3
@ -134,7 +134,14 @@
|
|||||||
promptInit = "neofetch";
|
promptInit = "neofetch";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
PasswordAuthentication = false;
|
||||||
|
KbdInteractiveAuthentication = false;
|
||||||
|
PermitRootLogin = "yes";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
####### TOR #######
|
####### TOR #######
|
||||||
services.tor = {
|
services.tor = {
|
||||||
|
Loading…
Reference in New Issue
Block a user