From 2a8e7b9cde0bafc842e63e4c1e56baee0efd1a75 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Fri, 13 Dec 2024 01:11:01 +0100 Subject: Install git --- srv/h-alpha/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srv/h-alpha/configuration.nix b/srv/h-alpha/configuration.nix index 70672d9..049120c 100644 --- a/srv/h-alpha/configuration.nix +++ b/srv/h-alpha/configuration.nix @@ -31,6 +31,8 @@ }; }; + programs.git.enable = true; + networking.hostName = "alpha-site"; networking.firewall.allowedTCPPorts = [ -- cgit