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;
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue