diff options
| author | Linnea Gräf <nea@nea.moe> | 2024-12-13 01:11:01 +0100 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2024-12-13 01:11:01 +0100 |
| commit | 2a8e7b9cde0bafc842e63e4c1e56baee0efd1a75 (patch) | |
| tree | d417404cece20bcd428dda9e911ce0010e8933a8 | |
| parent | a65a72bf1c36cdbafb3b725fb71d5671e4cd7e9e (diff) | |
| download | nix-infra-2a8e7b9cde0bafc842e63e4c1e56baee0efd1a75.tar.gz nix-infra-2a8e7b9cde0bafc842e63e4c1e56baee0efd1a75.tar.bz2 nix-infra-2a8e7b9cde0bafc842e63e4c1e56baee0efd1a75.zip | |
Install git
| -rw-r--r-- | srv/h-alpha/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 = [ |
