nix-infra/config/hosts/ikiwiki/default.nix

9 lines
105 B
Nix

{ ... }:
{
imports = [
./configuration.nix
./ikiwiki.nix
./nginx.nix
./sops.nix
];
}