{ pkgs, lib, config, ... }:
{
imports = [
  staging/shorewall.nix
];
nix.maxJobs = 2;
}