{ config, pkgs, ... }:

{
  imports = [
    ./hardware-configuration.nix
    ./tor.nix
  ];

  networking = {
    hostName = "tor-relay";
    firewall.enable = false;
  };

  system.stateVersion = "23.05";
}