From 947d778371821375a075601125d2052696c50d95 Mon Sep 17 00:00:00 2001 From: Chris Dombroski Date: Wed, 24 Apr 2024 12:38:46 -0400 Subject: [PATCH] Add git to orangepihole --- systems/orangepihole/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/orangepihole/configuration.nix b/systems/orangepihole/configuration.nix index 2ec8d0d..19cd259 100644 --- a/systems/orangepihole/configuration.nix +++ b/systems/orangepihole/configuration.nix @@ -72,6 +72,7 @@ environment.systemPackages = with pkgs; [ + git vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. wget ];