move inherits and add attrset for imports

This commit is contained in:
Noah Masur
2025-02-08 13:22:33 -05:00
parent 6217871960
commit 59a52dc033
29 changed files with 53 additions and 28 deletions

View File

@ -4,8 +4,8 @@
{ config, lib, ... }:
let
cfg = config.nmasur.presets.services.n8n;
inherit (config.nmasur.settings) hostnames;
cfg = config.nmasur.presets.services.n8n;
in
{