l 3 go -> k 3 go
This commit is contained in:
parent
8cc4395e15
commit
58eab5df69
|
@ -13,6 +13,7 @@ let
|
||||||
./exim-smarthost.nix
|
./exim-smarthost.nix
|
||||||
./github-hosts-sync.nix
|
./github-hosts-sync.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
|
./go.nix
|
||||||
./iptables.nix
|
./iptables.nix
|
||||||
./nginx.nix
|
./nginx.nix
|
||||||
./per-user.nix
|
./per-user.nix
|
||||||
|
|
|
@ -4,10 +4,10 @@ with builtins;
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.lass.go;
|
cfg = config.krebs.go;
|
||||||
|
|
||||||
out = {
|
out = {
|
||||||
options.lass.go = api;
|
options.krebs.go = api;
|
||||||
config = mkIf cfg.enable imp;
|
config = mkIf cfg.enable imp;
|
||||||
};
|
};
|
||||||
|
|
|
@ -4,7 +4,6 @@ _:
|
||||||
./xresources.nix
|
./xresources.nix
|
||||||
./bitlbee.nix
|
./bitlbee.nix
|
||||||
./folderPerms.nix
|
./folderPerms.nix
|
||||||
./go.nix
|
|
||||||
./newsbot-js.nix
|
./newsbot-js.nix
|
||||||
./per-user.nix
|
./per-user.nix
|
||||||
./urxvtd.nix
|
./urxvtd.nix
|
||||||
|
|
Loading…
Reference in a new issue