refactor(nix/hosts/orion): enable openssh service

This commit is contained in:
Price Hiller 2024-05-25 04:12:35 +00:00
parent 5e6f872a3a
commit 52fee4da48
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,7 +1,7 @@
{ config, ... }: { config, ... }:
{ {
services.openssh = { services.openssh = {
enable = false; enable = true;
startWhenNeeded = true; startWhenNeeded = true;
# We set the hostkeys manually so they persist through reboots # We set the hostkeys manually so they persist through reboots
hostKeys = [ hostKeys = [