removed dead code

This commit is contained in:
Luj 2024-03-30 20:18:12 +01:00
parent 5c4e6e83c2
commit fe5de12f3b
58 changed files with 60 additions and 66 deletions

View file

@ -1,9 +1,9 @@
inputs: final: prev:
inputs: final: _prev:
with builtins;
{
importConfig = path: (mapAttrs (name: value: import (path + "/${name}/default.nix")) (final.filterAttrs (_: v: v == "directory") (readDir path)));
importConfig = path: (mapAttrs (name: _value: import (path + "/${name}/default.nix")) (final.filterAttrs (_: v: v == "directory") (readDir path)));
mkSubdomain = name: port: {
luj.nginx.enable = true;