configuration
flake
hosts
lib
clerie-monitoring-ids.nix
default.nix
link-local-wireguard.nix
ssh-known-hosts.nix
modules
pkgs
profiles
users
.gitignore
README.md
flake.lock
flake.nix
15 lines
180 B
Nix
15 lines
180 B
Nix
inputs:
|
|
|
|
let
|
|
|
|
callLibs = file: import file ({
|
|
inherit lib inputs;
|
|
} // inputs);
|
|
|
|
lib = {
|
|
clerie-monitoring-ids = callLibs ./clerie-monitoring-ids.nix;
|
|
};
|
|
|
|
in
|
|
lib
|