{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
./iptables.nix
./nginx.nix
./per-user.nix
./Reaktor.nix
./retiolum-bootstrap.nix
./realwallpaper.nix

View File

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

View File

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