Enable SSH lmao, don't break that

This commit is contained in:
Lillian Violet 2026-02-19 22:37:12 +01:00
parent b8bbe16a7b
commit 1c9764f8fd

View file

@ -47,18 +47,18 @@
# }; # };
# }; # };
# zramSwap.enable = false; zramSwap.enable = false;
# services = { services = {
# openssh = { openssh = {
# enable = true; enable = true;
# settings = { settings = {
# # require public key authentication for better security # require public key authentication for better security
# PasswordAuthentication = false; PasswordAuthentication = false;
# KbdInteractiveAuthentication = false; KbdInteractiveAuthentication = false;
# PermitRootLogin = "no"; PermitRootLogin = "no";
# }; };
# }; };
# }; };
nixpkgs = { nixpkgs = {
# You can add overlays here # You can add overlays here