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;
# services = {
# openssh = {
# enable = true;
# settings = {
# # require public key authentication for better security
# PasswordAuthentication = false;
# KbdInteractiveAuthentication = false;
# PermitRootLogin = "no";
# };
# };
# };
zramSwap.enable = false;
services = {
openssh = {
enable = true;
settings = {
# require public key authentication for better security
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
PermitRootLogin = "no";
};
};
};
nixpkgs = {
# You can add overlays here