updating things

This commit is contained in:
Chris Cochrun 2024-09-24 10:16:02 -05:00
parent 41678d23f2
commit 50be183de9
5 changed files with 46 additions and 45 deletions

View file

@ -67,7 +67,10 @@
# List services that you want to enable:
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.openssh = {
enable = true;
startWhenNeeded = true;
};
# services.caddy = {