{ config, pkgs, ... }:

{
  imports = [
    ./configuration.nix
    ./dokuwiki.nix
    ./networking.nix
  ];
}