fmt: directly access the inputs inside each machine.

This allows us to move the inputs to teh individual applications, making them more server agnostic.
This commit is contained in:
silver 2023-07-21 21:56:19 +01:00
parent 4c99464bc4
commit cfddc32424
5 changed files with 18 additions and 32 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, pkgs, lib, inputs, ... }:
with lib;
let
cfg = config.services.ldap_backend;
@ -9,6 +9,7 @@
../acme.nix
../dns.nix
../nginx.nix
inputs.skynet_ldap_backend.nixosModule."x86_64-linux"
];
options.services.ldap_backend = {