{ self, ... }: { imports = [ ./hardware-configuration.nix "${self}/disks/himeji.nix" "${self}/modules/core" "${self}/modules/options" "${self}/modules/server" ]; config = { networking.hostName = "himeji"; system.stateVersion = "24.05"; modules = { mosh.enable = true; containers = { engine = "podman"; extraOptions = [ "--restart=on-failure" "--pull=newer" ]; }; }; }; }