deploy attic
This commit is contained in:
parent
ac8abf75f1
commit
6b1e3fefd8
9 changed files with 408 additions and 282 deletions
|
@ -1,10 +1,11 @@
|
|||
{ nixpkgs, home-manager, mailserver, lanzaboote, ... }:
|
||||
{ nixpkgs, home-manager, mailserver, lanzaboote, attic, ... }:
|
||||
let
|
||||
inherit (builtins) filter attrValues concatMap mapAttrs;
|
||||
inherit (nixpkgs.lib.attrsets) mapAttrsToList;
|
||||
base_imports = [
|
||||
home-manager.nixosModules.home-manager
|
||||
mailserver.nixosModules.mailserver
|
||||
attic.nixosModules.atticd
|
||||
];
|
||||
type_import = let
|
||||
import_cases = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue