From 32e01316204d22a41c25cf3c5f8351e88f42dee7 Mon Sep 17 00:00:00 2001 From: JayDeLux Date: Sun, 11 Feb 2024 15:36:57 +0100 Subject: [PATCH] Tiny typo --- nixos-installer/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-installer/configuration.nix b/nixos-installer/configuration.nix index efcabe23..1bccb4dc 100644 --- a/nixos-installer/configuration.nix +++ b/nixos-installer/configuration.nix @@ -1,5 +1,5 @@ {pkgs, ...}: { - # ssh-agent is used to pull my private secrets repo from github when depoloying my nixos config. + # ssh-agent is used to pull my private secrets repo from github when deploying my nixos config. programs.ssh.startAgent = true; # List packages installed in system profile. To search, run: