summaryrefslogtreecommitdiffstats
path: root/tv/2configs/base.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-10-22 01:25:02 +0200
committertv <tv@shackspace.de>2015-10-22 01:27:23 +0200
commitc2e1ab2bd09c204e1fa1c4ecd637c2e5b8a4b9ab (patch)
treeb4778f454fda2bed5ab1e322174171010fbbb570 /tv/2configs/base.nix
parente557bc2e58c3e276656853c42cb00db979570135 (diff)
tv base systemPackages += git
Diffstat (limited to 'tv/2configs/base.nix')
-rw-r--r--tv/2configs/base.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/tv/2configs/base.nix b/tv/2configs/base.nix
index 010d4b32..4de980cf 100644
--- a/tv/2configs/base.nix
+++ b/tv/2configs/base.nix
@@ -15,6 +15,12 @@ in
imports = [
{
+ # stockholm dependencies
+ environment.systemPackages = with pkgs; [
+ git
+ ];
+ }
+ {
# TODO never put hashedPassword into the store
users.extraUsers =
mapAttrs (_: h: { hashedPassword = h; })