krebs/3/${username}: drop lib

This commit is contained in:
tv 2016-11-10 22:28:00 +01:00
parent 15121c8ae1
commit 916487575a
3 changed files with 7 additions and 7 deletions

View File

@ -90,11 +90,11 @@ let
};
imp = lib.mkMerge [
{ krebs = import ./lass { inherit config lib; }; }
{ krebs = import ./makefu { inherit config lib; }; }
{ krebs = import ./mv { inherit config lib; }; }
{ krebs = import ./shared { inherit config lib; }; }
{ krebs = import ./tv { inherit config lib; }; }
{ krebs = import ./lass { inherit config; }; }
{ krebs = import ./makefu { inherit config; }; }
{ krebs = import ./mv { inherit config; }; }
{ krebs = import ./shared { inherit config; }; }
{ krebs = import ./tv { inherit config; }; }
{
krebs.dns.providers = {
"krebsco.de" = "zones";

View File

@ -1,4 +1,4 @@
{ config, lib, ... }:
{ config, ... }:
with import <stockholm/lib>;

View File

@ -1,4 +1,4 @@
{ config, lib, ... }:
{ config, ... }:
with import <stockholm/lib>;