refactor(nix/hosts/orion): disable openssh
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 47s

This commit is contained in:
Price Hiller 2024-05-24 17:19:22 -05:00
parent f79bdeca5a
commit 7550e3a74a
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

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