{tv => krebs} per-user

This commit is contained in:
tv 2015-11-06 21:37:58 +01:00
parent b54f00c695
commit a0c068d6ec
3 changed files with 3 additions and 3 deletions

View File

@ -15,6 +15,7 @@ let
./git.nix ./git.nix
./iptables.nix ./iptables.nix
./nginx.nix ./nginx.nix
./per-user.nix
./Reaktor.nix ./Reaktor.nix
./retiolum-bootstrap.nix ./retiolum-bootstrap.nix
./realwallpaper.nix ./realwallpaper.nix

View File

@ -3,10 +3,10 @@
with lib; with lib;
let let
cfg = config.tv.per-user; cfg = config.krebs.per-user;
out = { out = {
options.tv.per-user = api; options.krebs.per-user = api;
config = imp; config = imp;
}; };

View File

@ -5,6 +5,5 @@ _:
./consul.nix ./consul.nix
./ejabberd.nix ./ejabberd.nix
./iptables.nix ./iptables.nix
./per-user.nix
]; ];
} }