add lxc template generator

This commit is contained in:
Vivian 2022-10-15 13:44:27 +02:00
parent 6e89a09685
commit ae7c8f2a6d
5 changed files with 68 additions and 40 deletions

View file

@ -1,7 +1,6 @@
{ nixpkgs, home-manager, hyprland, mailserver, ... }:
let
inherit (nixpkgs) lib;
inherit (builtins) filter mapAttrs attrValues concatLists;
inherit (builtins) filter attrValues concatLists;
# Helper function to resolve what should be imported depending on the type of config (lxc, vm, bare metal)
resolve_imports =