refactor(nix/hosts/orion): enable openssh
service
This commit is contained in:
parent
5e6f872a3a
commit
52fee4da48
@ -1,7 +1,7 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
services.openssh = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
startWhenNeeded = true;
|
||||
# We set the hostkeys manually so they persist through reboots
|
||||
hostKeys = [
|
||||
|
Loading…
Reference in New Issue
Block a user