updated hades nginx config

This commit is contained in:
Vivian 2023-12-23 12:46:35 +01:00
parent 403dab967f
commit ce95a03797
9 changed files with 180 additions and 89 deletions

View file

@ -1,4 +1,4 @@
{ nixpkgs, home-manager, mailserver, lanzaboote, attic, gnome-autounlock-keyring, ... }:
{ nixpkgs, home-manager, mailserver, lanzaboote, attic, microvm, ... }:
let
inherit (builtins) filter attrValues concatMap mapAttrs;
inherit (nixpkgs.lib.attrsets) mapAttrsToList;