From 1fd47cd8a7269ddfd20c464beab53d0c122e4ce8 Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 17 Oct 2019 22:41:08 +0200 Subject: [PATCH] Add git to packages --- Timeline.org | 3 ++- configuration.nix | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Timeline.org b/Timeline.org index 24fc1b9..3aed7b2 100644 --- a/Timeline.org +++ b/Timeline.org @@ -53,4 +53,5 @@ - [ ] Rebuild ** Communication *** TODO Matrix -*** TODO Mail +*** TODO Mail [0/1] [0%] + - [ ] Check out[[https://gitlab.com/simple-nixos-mailserver/nixos-mailserver][ nixos-mailserver]] diff --git a/configuration.nix b/configuration.nix index f879a82..ef94b47 100644 --- a/configuration.nix +++ b/configuration.nix @@ -19,6 +19,7 @@ environment.systemPackages = with pkgs; [ raspberrypi-tools (import ./vim.nix) + git ]; # File systems configuration for using the installer's partition layout