From 5baa14c9ba64c01699d3fc7d7f6ca0b47a26ea04 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 27 Mar 2024 15:46:01 +0000 Subject: [PATCH] Fix typo --- machines/talos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/talos/configuration.nix b/machines/talos/configuration.nix index 4c7813e..6966412 100644 --- a/machines/talos/configuration.nix +++ b/machines/talos/configuration.nix @@ -89,7 +89,7 @@ programs.zsh.enable = true; # Enable the OpenSSH daemon. - services { + services = { openssh = { enable = true; settings = {