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, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = false;
|
||||||
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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user