add lxc template generator
This commit is contained in:
parent
6e89a09685
commit
ae7c8f2a6d
5 changed files with 68 additions and 40 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue