diff options
author | tv <tv@krebsco.de> | 2016-02-13 17:58:02 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-13 17:58:02 +0100 |
commit | b87dcc5be3dc876f34129be3f3c71095779a5954 (patch) | |
tree | 5536a6bd3333c80d8f2c277d32f5d6d2779633e5 /tv/2configs | |
parent | 93b855971767db02e3be4584b24186510a78a214 (diff) |
tv systemPackages: add get, krebszones, nix-prefetch-scripts, and push
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index b5639af..dee0b15 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -184,6 +184,15 @@ with lib; ]; } { + environment.systemPackages = [ + pkgs.get + pkgs.krebszones + pkgs.nix-prefetch-scripts + pkgs.push + ]; + } + + { systemd.tmpfiles.rules = let forUsers = flip map users; isUser = { name, group, ... }: |