l 3 go -> k 3 go

This commit is contained in:
lassulus 2015-11-13 01:16:15 +01:00
parent 8cc4395e15
commit 58eab5df69
3 changed files with 3 additions and 3 deletions

View File

@ -13,6 +13,7 @@ let
./exim-smarthost.nix
./github-hosts-sync.nix
./git.nix
./go.nix
./iptables.nix
./nginx.nix
./per-user.nix

View File

@ -4,10 +4,10 @@ with builtins;
with lib;
let
cfg = config.lass.go;
cfg = config.krebs.go;
out = {
options.lass.go = api;
options.krebs.go = api;
config = mkIf cfg.enable imp;
};

View File

@ -4,7 +4,6 @@ _:
./xresources.nix
./bitlbee.nix
./folderPerms.nix
./go.nix
./newsbot-js.nix
./per-user.nix
./urxvtd.nix