{ config, pkgs, ... }:

{
  imports = [
    ./configuration.nix
    ./networking.nix
    ./nginx.nix
    ./penpot.nix
    ./sops.nix
  ];
}