Enable SSH lmao, don't break that
This commit is contained in:
parent
b8bbe16a7b
commit
1c9764f8fd
1 changed files with 12 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue