# https://search.nixos.org/options { config, pkgs, lib, ... }: { networking.hostName = "zenix"; services.openssh.enable = true; networking.firewall.checkReversePath = "loose"; system.stateVersion = "22.11"; # do not change virtualisation = { podman = { enable = true; }; }; }