refactor(nix/hosts/orion): disable openssh
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 47s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 47s
This commit is contained in:
parent
f79bdeca5a
commit
7550e3a74a
@ -1,7 +1,7 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
startWhenNeeded = true;
|
||||
# We set the hostkeys manually so they persist through reboots
|
||||
hostKeys = [
|
||||
|
Loading…
Reference in New Issue
Block a user