{ imports = [ ./hardware-configuration.nix ../../disks/himeji.nix ../../modules/core ../../modules/options ../../modules/server ]; config = { networking.hostName = "himeji"; system.stateVersion = "24.05"; modules = { nix.extend = false; containers = { engine = "podman"; extraOptions = [ "--restart=on-failure" "--pull=newer" ]; }; }; }; }