Compare commits
2 Commits
ddf5af23b2
...
98358e964c
| Author | SHA1 | Date | |
|---|---|---|---|
| 98358e964c | |||
| 27dd68f86b |
@@ -3,18 +3,6 @@ let
|
|||||||
cfg = config.my.cachyosKernel;
|
cfg = config.my.cachyosKernel;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services = {
|
|
||||||
openssh = {
|
|
||||||
enable = true; # Enable SSH
|
|
||||||
settings = {
|
|
||||||
PermitRootLogin = "no"; # Prevent root from SSH login
|
|
||||||
PasswordAuthentication = true; #Users can SSH using kb and password
|
|
||||||
KbdInteractiveAuthentication = true;
|
|
||||||
};
|
|
||||||
ports = [22];
|
|
||||||
};
|
|
||||||
blueman.enab
|
|
||||||
};
|
|
||||||
nix = {
|
nix = {
|
||||||
settings = {
|
settings = {
|
||||||
download-buffer-size = 200000000;
|
download-buffer-size = 200000000;
|
||||||
|
|||||||
Reference in New Issue
Block a user