diff options
author | tv <tv@krebsco.de> | 2017-05-24 01:31:22 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-05-24 01:31:22 +0200 |
commit | 46d6506916f699e3b707dc41cd68c92b98e50e5a (patch) | |
tree | 1d43d0072fc479c7022e3cd3b9810aa7b90e1db3 /lass/2configs/retiolum.nix | |
parent | 061e702a6fc0e6046d39c3975c9034a69499c45f (diff) | |
parent | 90f6d9f228029233d38a86a520a0e532cc5e499f (diff) |
Merge remote-tracking branch 'prism/master'
Diffstat (limited to 'lass/2configs/retiolum.nix')
-rw-r--r-- | lass/2configs/retiolum.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lass/2configs/retiolum.nix b/lass/2configs/retiolum.nix index 7f1b36c96..e7779f53e 100644 --- a/lass/2configs/retiolum.nix +++ b/lass/2configs/retiolum.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: { @@ -25,4 +25,8 @@ nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; }; + + environment.systemPackages = [ + pkgs.tinc + ]; } |