{ config, pkgs, ... }:

{
  networking.hostName = "penpot";

  system.stateVersion = "24.05";
}