nixos-config/lib/fudo/backplane/default.nix

11 lines
110 B
Nix
Raw Normal View History

{ config, pkgs, lib, ... }:
2020-11-16 12:39:37 -08:00
with lib;
2020-11-16 12:39:37 -08:00
{
imports = [
./common.nix
2020-11-16 12:39:37 -08:00
./dns.nix
./jabber.nix
2020-11-16 12:39:37 -08:00
];
}